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

  /external/jemalloc/src/
jemalloc.c 30 bool opt_junk_free = variable
844 | (opt_junk_free ? flag_opt_junk_free : 0)
873 opt_junk_free = false;
1109 opt_junk_alloc = opt_junk_free =
1113 opt_junk_alloc = opt_junk_free =
1118 opt_junk_free = false;
1122 opt_junk_free = true;
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 352 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
private_unnamespace.h 352 #undef opt_junk_free macro

Completed in 293 milliseconds