HomeSort by: relevance | last modified time | path
    Searched defs:opt_junk_free (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
jemalloc.c 90 bool opt_junk_free = variable
895 | (opt_junk_free ? flag_opt_junk_free : 0)
1146 opt_junk_alloc = opt_junk_free =
1150 opt_junk_alloc = opt_junk_free =
1155 opt_junk_free = false;
1159 opt_junk_free = true;
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 118 bool opt_junk_free = variable
995 | (opt_junk_free ? flag_opt_junk_free : 0)
1365 opt_junk_alloc = opt_junk_free =
1369 opt_junk_alloc = opt_junk_free =
1374 opt_junk_free = false;
1378 opt_junk_free = true;
2917 if (config_fill && slow_path && opt_junk_free) {
3012 if (config_fill && slow_path && opt_junk_free) {
3173 assert(!opt_junk_free);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 28 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
private_namespace.h 28 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 28 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro
private_namespace.h 28 #define opt_junk_free JEMALLOC_N(opt_junk_free) macro

Completed in 31 milliseconds