Searched defs:DeallocationTid (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1039 atomic_u32 DeallocationTid; member in struct:scudo::Allocator::AllocationRingBuffer::Entry
1302 u32 DeallocationTid = getThreadID(); local
1421 u32 DeallocationTid = atomic_load_relaxed(&Entry->DeallocationTid); local
1253 storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, uptr AllocationSize, u32 DeallocationTrace, u32 DeallocationTid) argument
[all...]

Completed in 50 milliseconds