Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp119 return AllocationMeta->AllocationTrace.ThreadID; in __gwp_asan_get_allocation_thread_id()
127 AllocationMeta->AllocationTrace.CompressedTrace, in __gwp_asan_get_allocation_trace()
128 AllocationMeta->AllocationTrace.TraceSize, UncompressedBuffer, in __gwp_asan_get_allocation_trace()
H A Dcommon.cpp46 AllocationTrace.ThreadID = getThreadID(); in RecordAllocation()
H A Dcommon.h96 CallSiteInfo AllocationTrace; member
H A Dguarded_pool_allocator.cpp266 Meta->AllocationTrace.RecordBacktrace(Backtrace); in allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h980 atomic_u32 AllocationTrace; member
1400 u32 AllocationTrace, u32 AllocationTid, in storeRingBufferEntry() argument
1414 atomic_store_relaxed(&Entry->AllocationTrace, AllocationTrace); in storeRingBufferEntry()
1449 u32 AllocationTrace = Ptr32[MemTagAllocationTraceIndex]; in storeDeallocationStackMaybe() local
1456 AllocationTrace, AllocationTid, Size, in storeDeallocationStackMaybe()
1571 u32 AllocationTrace = atomic_load_relaxed(&Entry->AllocationTrace); in getRingBufferErrorInfo() local
1616 collectTraceMaybe(Depot, R->allocation_trace, AllocationTrace); in getRingBufferErrorInfo()