Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported64.map10 debug_mallinfo;
Dexported32.map10 debug_mallinfo;
Dmalloc_debug.cpp79 struct mallinfo debug_mallinfo();
639 struct mallinfo debug_mallinfo() { in debug_mallinfo() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp60 struct mallinfo debug_mallinfo();
1464 TEST_F(MallocDebugTest, debug_mallinfo) { in TEST_F() argument
1470 struct mallinfo mi = debug_mallinfo(); in TEST_F()