Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc79 u32 id = cv.GetAllocStackId(); in ChunkCallback()
Dasan_allocator.h61 u32 GetAllocStackId();
Dasan_allocator.cc684 u32 AsanChunkView::GetAllocStackId() { return chunk_->alloc_context_id; } in GetAllocStackId() function in __asan::AsanChunkView
688 return GetStackTraceFromId(GetAllocStackId()); in GetAllocStack()