Node: Statistics of Malloc, Next: Summary of Malloc, Previous: Hooks for Malloc, Up: Unconstrained Allocation
mallocYou can get information about dynamic memory allocation by calling the
mallinfo function. This function and its associated data type
are declared in malloc.h; they are an extension of the standard
SVID/XPG version.
| struct mallinfo | Data Type |
This structure type is used to return information about the dynamic
memory allocator. It contains the following members:
|
| struct mallinfo mallinfo (void) | Function |
This function returns information about the current dynamic memory usage
in a structure of type struct mallinfo.
|
....................................................................................................................................
About ~
Privacy Statement ~
Terms of Use ~
~
All Linux-Documentation.com