Searched refs:mallinfo (Results 1 – 3 of 3) sorted by relevance
64 #define dlmallinfo mallinfo87 struct mallinfo { struct333 struct mallinfo dlmallinfo(void);585 struct mallinfo mspace_mallinfo(mspace msp);
93 struct mallinfo minfo = dlmallinfo(); in HEAP_DUMP()
791 struct mallinfo { struct853 #define dlmallinfo mallinfo1100 DLMALLOC_EXPORT struct mallinfo dlmallinfo(void);1417 DLMALLOC_EXPORT struct mallinfo mspace_mallinfo(mspace msp);3540 static struct mallinfo internal_mallinfo(mstate m) { in internal_mallinfo()3541 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo()5422 struct mallinfo dlmallinfo(void) { in dlmallinfo()6004 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()
Completed in 17 milliseconds