Lines Matching refs:mallinfo
74 This version of malloc supports the standard SVID/XPG mallinfo
77 /usr/include/malloc.h defining struct mallinfo. The main
78 declaration needed is the mallinfo struct that is returned (by-copy)
79 by mallinfo(). The malloinfo struct contains a bunch of fields that
81 are instead filled by mallinfo() with other numbers that might be of
86 mallinfo. If so, it is included; else a compliant version is
87 declared below. These must be precisely the same for mallinfo() to
89 systems with mallinfo, declares all fields as ints. But some others
98 struct mallinfo {
1443 static struct mallinfo internal_mallinfo(mstate m) {
1444 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
2446 struct mallinfo mspace_mallinfo(mspace msp) {