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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c236 static int malloc_stats; variable
456 case 'd': malloc_stats = 0; break;
457 case 'D': malloc_stats = 1; break;
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c101 malloc_stats();
368 #include <stdio.h> /* needed for malloc_stats */
385 noticeably. Calling malloc_stats or mallinfo with DEBUG set will
1078 #define public_mSTATs malloc_stats
4402 malloc_stats prints on stderr the amount of space obtained from the
4416 malloc_stats prints only the most commonly interesting statistics.

Completed in 375 milliseconds