Searched refs:AllocationTrace (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | crash_handler.cpp | 119 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 D | common.cpp | 46 AllocationTrace.ThreadID = getThreadID(); in RecordAllocation()
|
H A D | common.h | 96 CallSiteInfo AllocationTrace; member
|
H A D | guarded_pool_allocator.cpp | 266 Meta->AllocationTrace.RecordBacktrace(Backtrace); in allocate()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 980 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()
|