Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dpublic_namespace.h11 #define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle_jet.h22 # define malloc_stats_print jet_malloc_stats_print macro
Djemalloc_rename.h41 # define je_malloc_stats_print malloc_stats_print
Djemalloc_protos.h.in50 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@malloc_stats_print(
Djemalloc.h353 # define malloc_stats_print je_malloc_stats_print macro
/external/jemalloc_new/
DChangeLog369 - Fix various JSON-formatted malloc_stats_print() bugs. This functionality
423 - Add "J" (JSON) support to malloc_stats_print(). (@jasone)
511 - Fix malloc_stats_print() to print opt.narenas correctly. (@jasone)
731 - Add the 'util' column to malloc_stats_print() output, which reports the
1124 - Fix malloc_stats_print() to honor 'b' and 'l' in the opts parameter.
1147 - Fix malloc_stats_print(..., "a") output.
1355 - Expose malloc_stats_print(), which can be called repeatedly by the
1359 in combination with malloc_stats_print().
Dconfigure.ac851 …tl mallctlbymib mallctlnametomib malloc malloc_conf malloc_message malloc_stats_print malloc_usabl…
/external/jemalloc_new/test/unit/
Dstats_print.c985 malloc_stats_print(write_cb, (void *)&parser, opts[j]); in TEST_BEGIN()
/external/ImageMagick/
Dconfigure.ac1305 …AC_CHECK_LIB([jemalloc],[malloc_stats_print],[passed=`expr $passed + 1`],[failed=`expr $failed + 1…
Dconfigure26865 char malloc_stats_print ();
26869 return malloc_stats_print ();