reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
26 using AllocationMetadata = gwp_asan::GuardedPoolAllocator::AllocationMetadata; 27 using Error = gwp_asan::GuardedPoolAllocator::Error; 36 GuardedPoolAllocator *SingletonPtr = nullptr; 61 GuardedPoolAllocator *getSingleton() { return SingletonPtr; } 435 if (ThreadID == GuardedPoolAllocator::kInvalidThreadID) 451 GuardedPoolAllocator::kInvalidThreadID) 466 if (Meta->AllocationTrace.ThreadID == GuardedPoolAllocator::kInvalidThreadID) 531 GuardedPoolAllocator::ThreadLocalPackedVariablesprojects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
88 GuardedPoolAllocator(const GuardedPoolAllocator &) = delete; 89 GuardedPoolAllocator &operator=(const GuardedPoolAllocator &) = delete; 89 GuardedPoolAllocator &operator=(const GuardedPoolAllocator &) = delete;projects/compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
63 gwp_asan::GuardedPoolAllocator::reportError(
projects/compiler-rt/lib/gwp_asan/random.cpp 17 time(nullptr) + GuardedPoolAllocator::getThreadID();
projects/compiler-rt/lib/scudo/scudo_allocator.cpp 223 static gwp_asan::GuardedPoolAllocator GuardedAlloc;