Searched refs:opt_xmalloc (Results 1 – 7 of 7) sorted by relevance
43 bool opt_xmalloc = false; variable857 | (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()
83 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()
333 opt_xmalloc
333 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
333 #undef opt_xmalloc
440 extern bool opt_xmalloc;
438 extern bool opt_xmalloc;
Completed in 21 milliseconds