Searched refs:ordblks (Results 1 – 2 of 2) sorted by relevance
153 MallocXmlElem(fd, "allocated-large").Contents("%zu", mi.ordblks); in je_malloc_info()160 if (mi.ordblks != 0) { in je_malloc_info()162 MallocXmlElem(fd, "allocated").Contents("%zu", mi.ordblks); in je_malloc_info()165 total += mi.ordblks; in je_malloc_info()
106 size_t ordblks; member