Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h18 extern bool opt_xmalloc;
Dprivate_namespace_jet.h31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
Dprivate_namespace.h31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
/external/jemalloc/src/
Djemalloc.c45 bool opt_xmalloc = false; variable
932 | (opt_xmalloc ? flag_opt_xmalloc : 0); in malloc_slow_flag_init()
1256 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc", true)
1622 if (slow_path && config_xmalloc && unlikely(opt_xmalloc)) {
1726 if (config_xmalloc && unlikely(opt_xmalloc)) {
1764 if (config_xmalloc && unlikely(opt_xmalloc)) {
1991 if (config_xmalloc && unlikely(opt_xmalloc)) {
2439 if (config_xmalloc && unlikely(opt_xmalloc)) {
Dctl.c104 CTL_PROTO(opt_xmalloc)
281 {NAME("xmalloc"), CTL(opt_xmalloc)},
1291 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool) in CTL_RO_CONFIG_GEN()
/external/jemalloc_new/src/
Djemalloc.c67 bool opt_xmalloc = false; variable
866 | (opt_xmalloc ? flag_opt_xmalloc : 0); in malloc_slow_flag_init()
1148 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc")
1950 if (unlikely(sopts->slow) && config_xmalloc && unlikely(opt_xmalloc)) {
1977 if (config_xmalloc && unlikely(opt_xmalloc)) {
2003 if (config_xmalloc && unlikely(opt_xmalloc)) {
2365 if (config_xmalloc && unlikely(opt_xmalloc)) {
2757 if (config_xmalloc && unlikely(opt_xmalloc)) {
Dctl.c97 CTL_PROTO(opt_xmalloc)
298 {NAME("xmalloc"), CTL(opt_xmalloc)},
1672 CTL_RO_NL_CGEN(config_xmalloc, opt_xmalloc, opt_xmalloc, bool) in CTL_RO_CONFIG_GEN()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt394 opt_xmalloc
Dprivate_namespace.h394 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
Dprivate_unnamespace.h394 #undef opt_xmalloc
Djemalloc_internal.h447 extern bool opt_xmalloc;
Djemalloc_internal.h.in447 extern bool opt_xmalloc;