Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp45 return metadata_ && metadata_->alloc_context_id && in IsAllocated()
68 return metadata_->alloc_context_id; in GetAllocStackId()
134 meta->alloc_context_id = StackDepotPut(*stack); in HwasanAllocate()
197 u32 alloc_context_id = meta->alloc_context_id; in HwasanDeallocate() local
213 meta->alloc_context_id = 0; in HwasanDeallocate()
229 ha->push({reinterpret_cast<uptr>(tagged_ptr), alloc_context_id, in HwasanDeallocate()
Dhwasan_allocator.h34 u32 alloc_context_id; member
96 u32 alloc_context_id; member
Dhwasan_report.cpp414 GetStackTraceFromId(har.alloc_context_id).Print(); in PrintAddressDescription()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp80 u32 alloc_context_id; member
483 ->MemInfoBlockTable.insertOrMerge(m->alloc_context_id, newMIB); in FinishAndPrint()
585 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
633 MemInfoBlockTable.insertOrMerge(m->alloc_context_id, newMIB); in Deallocate()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc86 u32 alloc_context_id; member
422 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
684 u32 AsanChunkView::GetAllocStackId() { return chunk_->alloc_context_id; } in GetAllocStackId()
863 return m->alloc_context_id; in stack_trace_id()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp101 atomic_uint64_t alloc_context_id; member in __asan::ChunkHeader
121 AtomicContextStore(&alloc_context_id, tid, stack); in SetAllocContext()
125 AtomicContextLoad(&alloc_context_id, tid, stack); in GetAllocContext()