Home
last modified time | relevance | path

Searched defs:MapAllocatorWithReleaseTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/scudo/standalone/tests/
H A Dsecondary_test.cpp220 struct MapAllocatorWithReleaseTest : public MapAllocatorTest { struct
221 void SetUp() override { Allocator->init(nullptr, /*ReleaseToOsInterval=*/0); } in SetUp()
223 void performAllocations() { in performAllocations()
252 TEST_F(MapAllocatorWithReleaseTest, SecondaryThreadsRace) { in TEST_F() argument