Home
last modified time | relevance | path

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

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