Home
last modified time | relevance | path

Searched defs:AllocationTrace (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1060 atomic_u32 AllocationTrace; member
1267 void storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, in storeRingBufferEntry()
1312 u32 AllocationTrace = Ptr32[MemTagAllocationTraceIndex]; in storeDeallocationStackMaybe() local
1430 u32 AllocationTrace = atomic_load_relaxed(&Entry->AllocationTrace); in getRingBufferErrorInfo() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcommon.h96 CallSiteInfo AllocationTrace; member