HomeSort by relevance Sort by last modified time
    Searched defs:opt_xmalloc (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/src/
jemalloc.c 45 bool opt_xmalloc = false; variable
932 | (opt_xmalloc ? flag_opt_xmalloc : 0);
1256 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc", true)
    [all...]
  /external/jemalloc_new/src/
jemalloc.c 67 bool opt_xmalloc = false; variable
866 | (opt_xmalloc ? flag_opt_xmalloc : 0);
1148 CONF_HANDLE_BOOL(opt_xmalloc, "xmalloc")
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
private_namespace.h 31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
private_namespace_jet.h 31 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 394 #define opt_xmalloc JEMALLOC_N(opt_xmalloc) macro
    [all...]
private_unnamespace.h 394 #undef opt_xmalloc macro

Completed in 978 milliseconds