malloc_stats(3) - Linux manual page

%%%TOP_BAR%%% man7.org > Linux > man-pages Linux/UNIX system programming training %%%PAGE_START%%% NAME | SYNOPSIS | DESCRIPTION | CONFORMING TO | NOTES | SEE ALSO | COLOPHON MALLOC_STATS(3) Linux Programmer's Manual MALLOC_STATS(3) top malloc_stats - print memory allocation statistics top #include <malloc.h> void malloc_stats(void); top The malloc_stats () function prints (on standard error) statistics about memory allocated by malloc(3) and related functions. For each arena (allocation area), this function prints the total amount of memory allocated and the total number of bytes consumed by in-use allocations. (These two values correspond to the arena and uordblks fields retrieved by mallinfo(3) .) In addition, the function prints the sum of these two statistics for all arenas, ...

Linked on 2015-06-14 14:43:07 | Similar Links