Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
Dharness.h60 void TearDown() override { GPA.uninitTestOnly(); } in TearDown()
83 void TearDown() override { GPA.uninitTestOnly(); } in TearDown()
118 GPA.uninitTestOnly(); in TearDown()
/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.h56 void uninitTestOnly();
Dguarded_pool_allocator.cpp142 void GuardedPoolAllocator::uninitTestOnly() { in uninitTestOnly() function in gwp_asan::GuardedPoolAllocator
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dcombined.h237 GuardedAlloc.uninitTestOnly(); in unmapTestOnly()