Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DPointerData.h152 static void GetAllocList(std::vector<ListInfoType>* list);
DPointerData.cpp519 void PointerData::GetAllocList(std::vector<ListInfoType>* list) { in GetAllocList() function in PointerData
Dmalloc_debug.cpp992 PointerData::GetAllocList(&list); in debug_malloc_info()