Home
last modified time | relevance | path

Searched refs:debug_mallinfo (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
Dexported64.map11 debug_mallinfo;
Dexported32.map11 debug_mallinfo;
Dmalloc_debug.cpp94 struct mallinfo debug_mallinfo();
820 struct mallinfo debug_mallinfo() { in debug_mallinfo() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp69 struct mallinfo debug_mallinfo();
2062 TEST_F(MallocDebugTest, debug_mallinfo) { in TEST_F() argument
2068 struct mallinfo mi = debug_mallinfo(); in TEST_F()