Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1468 → Rev 968

/uspace/trunk/libc/include/malloc.h
47,7 → 47,6
#define dlmalloc_stats malloc_stats
#define dlmalloc_usable_size malloc_usable_size
#define dlmalloc_footprint malloc_footprint
#define dlmalloc_max_footprint malloc_max_footprint
#define dlindependent_calloc independent_calloc
#define dlindependent_comalloc independent_comalloc
#endif /* USE_DL_PREFIX */
163,8 → 162,7
Even if locks are otherwise defined, this function does not use them,
so results might not be up to date.
*/
size_t dlmalloc_footprint(void);
size_t dlmalloc_max_footprint(void);
size_t dlmalloc_footprint();
 
#if !NO_MALLINFO
/*
393,7 → 391,7
malloc_stats prints only the most commonly interesting statistics.
More information can be obtained by calling mallinfo.
*/
void dlmalloc_stats(void);
void dlmalloc_stats();
 
#endif /* !ONLY_MSPACES */