HomeSort by relevance Sort by last modified time
    Searched refs:opt_junk_alloc (Results 1 - 8 of 8) sorted by null

  /external/jemalloc/test/unit/
junk.c 100 if (opt_junk_alloc) {
216 test_skip_if(!opt_junk_alloc || !opt_junk_free);
247 assert(!config_fill || opt_junk_alloc || opt_junk_free);
  /external/jemalloc/include/jemalloc/internal/
tcache.h 330 if (unlikely(opt_junk_alloc)) {
337 if (slow_path && config_fill && unlikely(opt_junk_alloc)) {
396 if (unlikely(opt_junk_alloc))
private_namespace.h 351 #define opt_junk_alloc JEMALLOC_N(opt_junk_alloc) macro
private_unnamespace.h 351 #undef opt_junk_alloc macro
jemalloc_internal.h 429 extern bool opt_junk_alloc;
  /external/jemalloc/src/
huge.c 105 } else if (config_fill && unlikely(opt_junk_alloc))
187 } else if (config_fill && unlikely(opt_junk_alloc)) {
281 } else if (config_fill && unlikely(opt_junk_alloc)) {
jemalloc.c 23 bool opt_junk_alloc = variable
843 malloc_slow_flags |= (opt_junk_alloc ? flag_opt_junk_alloc : 0)
872 opt_junk_alloc = false;
1109 opt_junk_alloc = opt_junk_free =
1113 opt_junk_alloc = opt_junk_free =
1117 opt_junk_alloc = true;
1121 opt_junk_alloc = false;
    [all...]
arena.c     [all...]

Completed in 180 milliseconds