Home
last modified time | relevance | path

Searched refs:GetAllocStackId (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h82 u32 GetAllocStackId() const; in DECLARE_REAL()
H A Dhwasan_report.cc193 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in PrintAddressDescription()
342 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ReportTailOverwritten()
H A Dhwasan_allocator.cc77 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_memory_profile.cc40 u32 id = cv.GetAllocStackId(); in ProcessChunk()
H A Dasan_allocator.h65 u32 GetAllocStackId() const;
H A Dasan_allocator.cc827 u32 AsanChunkView::GetAllocStackId() const { return chunk_->alloc_context_id; } in GetAllocStackId() function in __asan::AsanChunkView
831 return GetStackTraceFromId(GetAllocStackId()); in GetAllocStack()
H A Dasan_descriptions.cc168 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()