Searched refs:AllocationTrace (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | crash_handler.cpp | 111 return AllocationMeta->AllocationTrace.ThreadID; in __gwp_asan_get_allocation_thread_id() 119 AllocationMeta->AllocationTrace.CompressedTrace, in __gwp_asan_get_allocation_trace() 120 AllocationMeta->AllocationTrace.TraceSize, UncompressedBuffer, in __gwp_asan_get_allocation_trace()
|
| H A D | common.h | 75 CallSiteInfo AllocationTrace; member
|
| H A D | common.cpp | 46 AllocationTrace.ThreadID = getThreadID(); in RecordAllocation()
|
| H A D | guarded_pool_allocator.cpp | 248 Meta->AllocationTrace.RecordBacktrace(Backtrace); in allocate()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | combined.h | 999 atomic_u32 AllocationTrace; member 1207 void storeRingBufferEntry(void *Ptr, u32 AllocationTrace, u32 AllocationTid, in storeRingBufferEntry() argument 1221 atomic_store_relaxed(&Entry->AllocationTrace, AllocationTrace); in storeRingBufferEntry() 1252 u32 AllocationTrace = Ptr32[MemTagAllocationTraceIndex]; in storeDeallocationStackMaybe() local 1259 AllocationTrace, AllocationTid, Size, in storeDeallocationStackMaybe() 1368 u32 AllocationTrace = atomic_load_relaxed(&Entry->AllocationTrace); in getRingBufferErrorInfo() local 1413 collectTraceMaybe(Depot, R->allocation_trace, AllocationTrace); in getRingBufferErrorInfo()
|