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.h63 StackTrace GetAllocStack();
Dasan_allocator.cc687 StackTrace AsanChunkView::GetAllocStack() { in GetAllocStack() function in __asan::AsanChunkView
Dasan_report.cc552 StackTrace alloc_stack = chunk.GetAllocStack(); in DescribeHeapAddress()