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

/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1061 atomic_u32 AllocationTid; member in struct:scudo::Allocator::AllocationRingBuffer::Entry
1267 void storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, argument
1313 u32 AllocationTid = Ptr32[MemTagAllocationTidIndex]; local
1431 u32 AllocationTid = atomic_load_relaxed(&Entry->AllocationTid); local

Completed in 113 milliseconds