Home
last modified time | relevance | path

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

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