Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h36 atomic_uint64_t alloc_context_id;
126 u32 alloc_context_id; member
H A Dhwasan_allocator.cpp90 atomic_store(&alloc_context_id, context, memory_order_relaxed); in SetAllocated()
98 atomic_store(&alloc_context_id, 0, memory_order_relaxed); in SetUnallocated()
110 return atomic_load(&alloc_context_id, memory_order_relaxed); in GetAllocStackId()
114 u64 context = atomic_load(&alloc_context_id, memory_order_relaxed); in GetAllocThreadId()
310 u32 alloc_context_id = meta->GetAllocStackId(); in HwasanDeallocate() local
368 alloc_context_id, free_context_id, in HwasanDeallocate()
H A Dhwasan_report.cpp856 GetStackTraceFromId(har.alloc_context_id).Print(); in PrintAddressDescription()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp131 u32 alloc_context_id; member
392 InsertOrMerge(m->alloc_context_id, newMIB, A->MIBMap); in InsertLiveBlocks()
479 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
521 InsertOrMerge(m->alloc_context_id, newMIB, MIBMap); in Deallocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp103 atomic_uint64_t alloc_context_id; member in __asan::ChunkHeader
122 AtomicContextStore(&alloc_context_id, tid, stack); in SetAllocContext()
126 AtomicContextLoad(&alloc_context_id, tid, stack); in GetAllocContext()