Home
last modified time | relevance | path

Searched refs:malloc_stats_print (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/lib/libc/stdlib/malloc/
H A DSymbol.map16 malloc_stats_print;
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h11 #define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
/freebsd-14.2/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h72 # define je_malloc_stats_print malloc_stats_print
384 # define malloc_stats_print je_malloc_stats_print macro
H A Djemalloc_FreeBSD.h189 __weak_reference(__malloc_stats_print, malloc_stats_print);
/freebsd-14.2/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc32 jemalloc.3 malloc_stats_print.3 \
/freebsd-14.2/include/
H A Dmalloc_np.h75 void malloc_stats_print(void (*write_cb)(void *, const char *),
/freebsd-14.2/contrib/jemalloc/
H A DFREEBSD-diffs40 + <function>malloc_stats_print()</function>, and
344 +__weak_reference(__malloc_stats_print, malloc_stats_print);
H A DChangeLog505 - Fix various JSON-formatted malloc_stats_print() bugs. This functionality
559 - 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 the
1260 - 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 the
1495 in combination with malloc_stats_print().