Searched refs:Contents (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | jemalloc_wrapper.cpp | 153 MallocXmlElem(fd, "allocated-large").Contents("%zu", mi.ordblks); in je_malloc_info() 154 MallocXmlElem(fd, "allocated-huge").Contents("%zu", mi.uordblks); in je_malloc_info() 155 MallocXmlElem(fd, "allocated-bins").Contents("%zu", mi.fsmblks); in je_malloc_info() 162 MallocXmlElem(fd, "allocated").Contents("%zu", mi.ordblks); in je_malloc_info() 163 MallocXmlElem(fd, "nmalloc").Contents("%zu", mi.uordblks); in je_malloc_info() 164 MallocXmlElem(fd, "ndalloc").Contents("%zu", mi.fordblks); in je_malloc_info() 168 MallocXmlElem(fd, "bins-total").Contents("%zu", total); in je_malloc_info()
|
/bionic/libc/private/ |
D | MallocXmlElem.h | 45 void Contents(const char* fmt, ...) { in Contents() function
|
/bionic/libc/malloc_debug/ |
D | malloc_debug.cpp | 857 MallocXmlElem(fd, "size").Contents("%zu", list[i].size); in debug_malloc_info() 858 MallocXmlElem(fd, "total").Contents("%zu", total); in debug_malloc_info()
|