Searched refs:GetAllocStackId (Results 1 – 3 of 3) sorted by relevance
79 u32 id = cv.GetAllocStackId(); in ChunkCallback()
61 u32 GetAllocStackId();
684 u32 AsanChunkView::GetAllocStackId() { return chunk_->alloc_context_id; } in GetAllocStackId() function in __asan::AsanChunkView688 return GetStackTraceFromId(GetAllocStackId()); in GetAllocStack()