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

  /external/jemalloc_new/include/jemalloc/internal/
prof_externs.h 13 extern bool opt_prof_gdump; /* High-water memory dumping. */
private_namespace.h 278 #define opt_prof_gdump JEMALLOC_N(opt_prof_gdump) macro
private_namespace_jet.h 281 #define opt_prof_gdump JEMALLOC_N(opt_prof_gdump) macro
  /external/jemalloc/include/jemalloc/internal/
prof.h 251 extern bool opt_prof_gdump; /* High-water memory dumping. */
private_namespace.h 384 #define opt_prof_gdump JEMALLOC_N(opt_prof_gdump) macro
    [all...]
private_unnamespace.h 384 #undef opt_prof_gdump macro
  /external/jemalloc/src/
prof.c 22 bool opt_prof_gdump = false; variable
48 * Initialized as opt_prof_gdump, and accessed via
    [all...]
ctl.c 113 CTL_PROTO(opt_prof_gdump)
290 {NAME("prof_gdump"), CTL(opt_prof_gdump)},
    [all...]
jemalloc.c 1292 CONF_HANDLE_BOOL(opt_prof_gdump, "prof_gdump",
    [all...]
  /external/jemalloc_new/src/
prof.c 37 bool opt_prof_gdump = false; variable
63 * Initialized as opt_prof_gdump, and accessed via
    [all...]
ctl.c 108 CTL_PROTO(opt_prof_gdump)
309 {NAME("prof_gdump"), CTL(opt_prof_gdump)},
    [all...]
jemalloc.c 1198 CONF_HANDLE_BOOL(opt_prof_gdump, "prof_gdump")
    [all...]

Completed in 652 milliseconds