HomeSort by relevance Sort by last modified time
    Searched refs:stats_print (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/include/jemalloc/internal/
stats.h 146 void stats_print(void (*write)(void *, const char *), void *cbopaque,
private_namespace.h 468 #define stats_print JEMALLOC_N(stats_print) macro
private_unnamespace.h 468 #undef stats_print macro
  /external/jemalloc/src/
stats.c 369 stats_print(void (*write_cb)(void *, const char *), void *cbopaque, function
511 OPT_WRITE_BOOL(stats_print)
jemalloc.c 1104 CONF_HANDLE_BOOL(opt_stats_print, "stats_print", true)
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 170 TEST_MALLCTL_OPT(bool, stats_print, always);

Completed in 62 milliseconds