Home
last modified time | relevance | path

Searched refs:GetAllocStack (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_debugging.cc92 stack = chunk.GetAllocStack(); in AsanGetStack()
Dasan_allocator.h61 StackTrace GetAllocStack();
Dasan_allocator.cc672 StackTrace AsanChunkView::GetAllocStack() { in GetAllocStack() function in __asan::AsanChunkView
Dasan_report.cc525 StackTrace alloc_stack = chunk.GetAllocStack(); in DescribeHeapAddress()