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

  /external/jemalloc_new/include/jemalloc/internal/
tcache_externs.h 6 extern bool opt_tcache;
private_namespace.h 335 #define opt_tcache JEMALLOC_N(opt_tcache) macro
private_namespace_jet.h 342 #define opt_tcache JEMALLOC_N(opt_tcache) macro
  /external/jemalloc_new/test/unit/
stats.c 86 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result");
155 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result");
237 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result");
252 opt_tcache ? 0 : EFAULT, "Unexpected mallctl() result");
301 if (opt_tcache) {
mallctl.c 217 test_skip_if(!opt_tcache);
  /external/jemalloc_new/src/
tcache.c 13 bool opt_tcache = true; variable
15 bool opt_tcache = false; variable
357 tsd_tcache_enabled_set(tsd, opt_tcache);
360 if (opt_tcache) {
720 if (!config_prof && opt_tcache) {
727 if (!config_prof && opt_tcache) {
734 if (!config_prof && opt_tcache) {
ctl.c 98 CTL_PROTO(opt_tcache)
299 {NAME("tcache"), CTL(opt_tcache)},
    [all...]
jemalloc.c 1150 CONF_HANDLE_BOOL(opt_tcache, "tcache")
    [all...]
  /external/jemalloc/src/
tcache.c 7 bool opt_tcache = true; variable
602 if (!config_prof && opt_tcache) {
609 if (!config_prof && opt_tcache) {
616 if (!config_prof && opt_tcache) {
ctl.c 105 CTL_PROTO(opt_tcache)
282 {NAME("tcache"), CTL(opt_tcache)},
    [all...]
jemalloc.c 963 opt_tcache = false;
1259 CONF_HANDLE_BOOL(opt_tcache, "tcache",
1263 if (opt_tcache) {
1264 opt_tcache = false;
    [all...]
  /external/jemalloc/include/jemalloc/internal/
tcache.h 121 extern bool opt_tcache;
213 tcache_enabled = (tcache_enabled_t)opt_tcache;
private_namespace.h 392 #define opt_tcache JEMALLOC_N(opt_tcache) macro
    [all...]
private_unnamespace.h 392 #undef opt_tcache macro

Completed in 589 milliseconds