Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1010 atomic_u32 AllocationTid; member
1217 void storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, in storeRingBufferEntry() argument
1232 atomic_store_relaxed(&Entry->AllocationTid, AllocationTid); in storeRingBufferEntry()
1263 u32 AllocationTid = Ptr32[MemTagAllocationTidIndex]; in storeDeallocationStackMaybe() local
1269 AllocationTrace, AllocationTid, Size, in storeDeallocationStackMaybe()
1379 u32 AllocationTid = atomic_load_relaxed(&Entry->AllocationTid); in getRingBufferErrorInfo() local
1424 R->allocation_tid = AllocationTid; in getRingBufferErrorInfo()