Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_allocator.h89 u32 GetAllocStackId() const;
H A Dhwasan_report.cpp327 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ShowHeapOrGlobalCandidate()
638 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ReportTailOverwritten()
H A Dhwasan_allocator.cpp67 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView
/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_memory_profile.cpp39 u32 id = cv.GetAllocStackId(); in ProcessChunk()
H A Dasan_debugging.cpp58 stack = StackDepotGet(chunk.GetAllocStackId()); in AsanGetStack()
H A Dasan_allocator.h65 u32 GetAllocStackId() const;
H A Dasan_descriptions.cpp166 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()
H A Dasan_allocator.cpp910 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __asan::AsanChunkView
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_memory_profile.cc38 u32 id = cv.GetAllocStackId(); in ProcessChunk()
H A Dasan_allocator.h63 u32 GetAllocStackId() const;
H A Dasan_allocator.cc825 u32 AsanChunkView::GetAllocStackId() const { return chunk_->alloc_context_id; } in GetAllocStackId() function in __asan::AsanChunkView
829 return GetStackTraceFromId(GetAllocStackId()); in GetAllocStack()
H A Dasan_descriptions.cc166 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()