Searched refs:getSingleton (Results 1 – 6 of 6) sorted by relevance
106 if (auto *S = getSingleton()) in installAtFork()110 if (auto *S = getSingleton()) in installAtFork()
34 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT);
309 return getSingleton(std::move(CT)); in generateCodeTemplates()315 return getSingleton(std::move(CT)); in generateCodeTemplates()
27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton() function
191 static GuardedPoolAllocator *getSingleton();
43 GuardedPoolAllocator *GuardedPoolAllocator::getSingleton() { in getSingleton() function in gwp_asan::GuardedPoolAllocator