Home
last modified time | relevance | path

Searched refs:AllocationTid (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1061 atomic_u32 AllocationTid; member
1267 void storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, in storeRingBufferEntry() argument
1282 atomic_store_relaxed(&Entry->AllocationTid, AllocationTid); in storeRingBufferEntry()
1313 u32 AllocationTid = Ptr32[MemTagAllocationTidIndex]; in storeDeallocationStackMaybe() local
1319 AllocationTrace, AllocationTid, Size, in storeDeallocationStackMaybe()
1431 u32 AllocationTid = atomic_load_relaxed(&Entry->AllocationTid); in getRingBufferErrorInfo() local
1476 R->allocation_tid = AllocationTid; in getRingBufferErrorInfo()