reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  146   static uint64_t getThreadID();

References

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
   71   AllocationTrace.ThreadID = getThreadID();
  102   DeallocationTrace.ThreadID = getThreadID();
  514   uint64_t ThreadID = getThreadID();
projects/compiler-rt/lib/gwp_asan/random.cpp
   17       time(nullptr) + GuardedPoolAllocator::getThreadID();