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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.h126 mspace_mallinfo behaves as mallinfo, but reports properties of
129 struct mallinfo mspace_mallinfo(mspace msp);
H A Dmspace.c74 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 { struct
1443 static struct mallinfo internal_mallinf
[all...]

Completed in 5 milliseconds