Searched refs:GetAllocStackId (Results 1 – 7 of 7) sorted by relevance
82 u32 GetAllocStackId() const; in DECLARE_REAL()
193 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in PrintAddressDescription()342 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ReportTailOverwritten()
77 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView
40 u32 id = cv.GetAllocStackId(); in ProcessChunk()
65 u32 GetAllocStackId() const;
827 u32 AsanChunkView::GetAllocStackId() const { return chunk_->alloc_context_id; } in GetAllocStackId() function in __asan::AsanChunkView831 return GetStackTraceFromId(GetAllocStackId()); in GetAllocStack()
168 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()