Home
last modified time | relevance | path

Searched refs:uninitTestOnly (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dharness.h53 void TearDown() override { GPA.uninitTestOnly(); } in TearDown()
76 void TearDown() override { GPA.uninitTestOnly(); } in TearDown()
101 GPA.uninitTestOnly(); in TearDown()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h56 void uninitTestOnly();
H A Dguarded_pool_allocator.cpp134 void GuardedPoolAllocator::uninitTestOnly() { in uninitTestOnly() function in gwp_asan::GuardedPoolAllocator
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h229 GuardedAlloc.uninitTestOnly(); in unmapTestOnly()