Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp197 struct MapAllocatorWithReleaseTest : public MapAllocatorTest { struct
198 void SetUp() override { Allocator->init(nullptr, /*ReleaseToOsInterval=*/0); } in SetUp()
200 void performAllocations() { in performAllocations()
228 TEST_F(MapAllocatorWithReleaseTest, SecondaryThreadsRace) { in TEST_F() argument