Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h89 u32 GetAllocStackId() const;
H A Dhwasan_report.cpp327 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ShowHeapOrGlobalCandidate()
601 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ReportTailOverwritten()
H A Dhwasan_allocator.cpp67 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp39 u32 id = cv.GetAllocStackId(); in ProcessChunk()
H A Dasan_allocator.h65 u32 GetAllocStackId() const;
H A Dasan_allocator.cpp918 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __asan::AsanChunkView
935 return GetStackTraceFromId(GetAllocStackId()); in GetAllocStack()
H A Dasan_descriptions.cpp166 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()