Searched defs:MapAllocatorWithReleaseTest (Results 1 – 1 of 1) sorted by relevance
197 struct MapAllocatorWithReleaseTest : public MapAllocatorTest { struct198 void SetUp() override { Allocator->init(nullptr, /*ReleaseToOsInterval=*/0); } in SetUp()200 void performAllocations() { in performAllocations()228 TEST_F(MapAllocatorWithReleaseTest, SecondaryThreadsRace) { in TEST_F() argument