Home
last modified time | relevance | path

Searched refs:getSingleton (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp106 if (auto *S = getSingleton()) in installAtFork()
110 if (auto *S = getSingleton()) in installAtFork()
/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h200 static GuardedPoolAllocator *getSingleton();
H A Dguarded_pool_allocator.cpp43 GuardedPoolAllocator *GuardedPoolAllocator::getSingleton() { in getSingleton() function in gwp_asan::GuardedPoolAllocator