Searched refs:malloc_stats_print (Results 1 – 8 of 8) sorted by relevance
16 malloc_stats_print;
11 #define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
72 # define je_malloc_stats_print malloc_stats_print384 # define malloc_stats_print je_malloc_stats_print macro
189 __weak_reference(__malloc_stats_print, malloc_stats_print);
32 jemalloc.3 malloc_stats_print.3 \
75 void malloc_stats_print(void (*write_cb)(void *, const char *),
40 + <function>malloc_stats_print()</function>, and344 +__weak_reference(__malloc_stats_print, malloc_stats_print);
505 - Fix various JSON-formatted malloc_stats_print() bugs. This functionality559 - Add "J" (JSON) support to malloc_stats_print(). (@jasone)647 - Fix malloc_stats_print() to print opt.narenas correctly. (@jasone)867 - Add the 'util' column to malloc_stats_print() output, which reports the1260 - Fix malloc_stats_print() to honor 'b' and 'l' in the opts parameter.1283 - Fix malloc_stats_print(..., "a") output.1491 - Expose malloc_stats_print(), which can be called repeatedly by the1495 in combination with malloc_stats_print().