Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h96 CallSiteInfo AllocationTrace; member
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h980 atomic_u32 AllocationTrace; global() member
1400 storeRingBufferEntry(AllocationRingBuffer * RB,void * Ptr,u32 AllocationTrace,u32 AllocationTid,uptr AllocationSize,u32 DeallocationTrace,u32 DeallocationTid) storeRingBufferEntry() argument
1449 u32 AllocationTrace = Ptr32[MemTagAllocationTraceIndex]; storeDeallocationStackMaybe() local
1571 u32 AllocationTrace = atomic_load_relaxed(&Entry->AllocationTrace); getRingBufferErrorInfo() local