Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c769 struct mallinfo { struct
831 #define dlmallinfo mallinfo
1078 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()