Searched refs:mallinfo (Results 1 – 1 of 1) sorted by relevance
769 struct mallinfo { struct831 #define dlmallinfo mallinfo1078 DLMALLOC_EXPORT struct mallinfo dlmallinfo(void);1395 DLMALLOC_EXPORT struct mallinfo mspace_mallinfo(mspace msp);3499 static struct mallinfo internal_mallinfo(mstate m) { in internal_mallinfo()3500 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo()5404 struct mallinfo dlmallinfo(void) { in dlmallinfo()5986 struct mallinfo mspace_mallinfo(mspace msp) { in mspace_mallinfo()