Searched refs:malloc_stats_print (Results 1 – 19 of 19) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | public_symbols.txt | 19 malloc_stats_print:je_malloc_stats_print
|
D | public_namespace.h | 19 #define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | public_namespace.h | 11 #define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle_jet.h | 30 # define malloc_stats_print jet_malloc_stats_print macro
|
D | jemalloc_mangle.h | 30 # define malloc_stats_print je_malloc_stats_print macro
|
D | jemalloc.h | 109 # define je_malloc_stats_print malloc_stats_print 374 # define malloc_stats_print je_malloc_stats_print macro
|
D | jemalloc_protos.h.in | 50 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@malloc_stats_print(
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 22 # define malloc_stats_print je_malloc_stats_print macro
|
D | jemalloc_rename.h | 41 # define je_malloc_stats_print malloc_stats_print
|
D | jemalloc_mangle_jet.h | 22 # define malloc_stats_print jet_malloc_stats_print macro
|
D | jemalloc_protos.h.in | 50 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@malloc_stats_print(
|
D | jemalloc.h | 353 # define malloc_stats_print je_malloc_stats_print macro
|
/external/jemalloc/ |
D | ChangeLog | 49 - Add "J" (JSON) support to malloc_stats_print(). (@jasone) 137 - Fix malloc_stats_print() to print opt.narenas correctly. (@jasone) 357 - Add the 'util' column to malloc_stats_print() output, which reports the 750 - Fix malloc_stats_print() to honor 'b' and 'l' in the opts parameter. 773 - Fix malloc_stats_print(..., "a") output. 981 - Expose malloc_stats_print(), which can be called repeatedly by the 985 in combination with malloc_stats_print().
|
D | configure.ac | 601 …ocx dallocx sdallocx nallocx mallctl mallctlnametomib mallctlbymib malloc_stats_print malloc_usabl…
|
/external/jemalloc_new/ |
D | ChangeLog | 369 - 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().
|
D | configure.ac | 851 …tl mallctlbymib mallctlnametomib malloc malloc_conf malloc_message malloc_stats_print malloc_usabl…
|
/external/jemalloc_new/test/unit/ |
D | stats_print.c | 985 malloc_stats_print(write_cb, (void *)&parser, opts[j]); in TEST_BEGIN()
|
/external/ImageMagick/ |
D | configure.ac | 1455 …AC_CHECK_LIB(jemalloc,[malloc_stats_print],[passed=`expr $passed + 1`],[failed=`expr $failed + 1`]…
|
D | configure | 28156 char malloc_stats_print (); 28160 return malloc_stats_print ();
|