Home
last modified time | relevance | path

Searched refs:opt_xmalloc (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/src/
A Djemalloc.c43 bool opt_xmalloc = false; variable
857 | (opt_xmalloc ? flag_opt_xmalloc : 0); in malloc_slow_flag_init()
1101 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc", true) in malloc_conf_init()
1690 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_body()
1717 if (config_xmalloc && unlikely(opt_xmalloc)) { in imalloc_body()
2015 if (config_xmalloc && unlikely(opt_xmalloc)) { in je_realloc()
2360 if (config_xmalloc && unlikely(opt_xmalloc)) { in je_rallocx()
A Dctl.c83 CTL_PROTO(opt_xmalloc)
240 {NAME("xmalloc"), CTL(opt_xmalloc)},
1301 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool) in CTL_RO_CONFIG_GEN()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprivate_symbols.txt333 opt_xmalloc
A Dprivate_namespace.h333 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
A Dprivate_unnamespace.h333 #undef opt_xmalloc
A Djemalloc_internal.h440 extern bool opt_xmalloc;
A Djemalloc_internal.h.in438 extern bool opt_xmalloc;

Completed in 21 milliseconds