Searched defs:mallinfo (Results 1 – 3 of 3) sorted by relevance
86 struct mallinfo struct100 /* SVID2/XPG mallinfo2 structure which can handle allocations argument117 /* Returns a copy of the updated current mallinfo. */ argument
596 struct mallinfo { struct597 int arena; /* total space allocated from system */598 int ordblks; /* number of non-inuse chunks */599 int smblks; /* unused -- always zero */600 int hblks; /* number of mmapped regions */601 int hblkhd; /* total space in mmapped regions */602 int usmblks; /* unused -- always zero */603 int fsmblks; /* unused -- always zero */604 int uordblks; /* total allocated space */605 int fordblks; /* total non-inuse space */[all …]