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

/barrelfish-2018-10-04/include/dmalloc/
H A Ddmalloc.h23 struct mallinfo { struct
168 value. Unlike mallinfo, this function returns only a precomputed
180 by malloc, realloc etc., is less than this value. Unlike mallinfo,
411 More information can be obtained by calling mallinfo.
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c163 All operations (except malloc_stats and mallinfo) have execution
335 execution noticeably. Calling malloc_stats or mallinfo with DEBUG
422 If defined, don't compile "mallinfo". This can be a simple way
427 The type of the fields in the mallinfo struct. This was originally
762 This version of malloc supports the standard SVID/XPG mallinfo
765 /usr/include/malloc.h defining struct mallinfo. The main
766 declaration needed is the mallinfo struct that is returned (by-copy)
767 by mallinfo(). The malloinfo struct contains a bunch of fields that
769 are instead filled by mallinfo() with other numbers that might be of
774 mallinfo
792 struct mallinfo { struct
[all...]

Completed in 93 milliseconds