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