Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.h160 static size_t GetFrames(const void* pointer, uintptr_t* frames, size_t max_frames);
DPointerData.cpp225 size_t PointerData::GetFrames(const void* ptr, uintptr_t* frames, size_t max_frames) { in GetFrames() function in PointerData
Dmalloc_debug.cpp933 return PointerData::GetFrames(pointer, frames, max_frames); in debug_malloc_backtrace()