Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1062 atomic_u32 DeallocationTrace; member
1268 uptr AllocationSize, u32 DeallocationTrace, in storeRingBufferEntry()
1315 u32 DeallocationTrace = collectStackTrace(); in storeDeallocationStackMaybe() local
1432 u32 DeallocationTrace = atomic_load_relaxed(&Entry->DeallocationTrace); in getRingBufferErrorInfo() local
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcommon.h97 CallSiteInfo DeallocationTrace; member