Home
last modified time | relevance | path

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

/lk-master/external/lib/heap/dlmalloc/include/lib/
A Ddlmalloc.h64 #define dlmallinfo mallinfo
87 struct mallinfo { struct
333 struct mallinfo dlmallinfo(void);
585 struct mallinfo mspace_mallinfo(mspace msp);
/lk-master/lib/heap/
A Dheap_wrapper.c93 struct mallinfo minfo = dlmallinfo(); in HEAP_DUMP()
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c791 struct mallinfo { struct
853 #define dlmallinfo mallinfo
1100 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