Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp102 if (auto *S = getSingleton()) in installAtFork()
106 if (auto *S = getSingleton()) in installAtFork()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h190 static GuardedPoolAllocator *getSingleton();
H A Dguarded_pool_allocator.cpp42 GuardedPoolAllocator *GuardedPoolAllocator::getSingleton() { in getSingleton() function in gwp_asan::GuardedPoolAllocator