Home
last modified time | relevance | path

Searched refs:opt_junk_alloc (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h79 if (unlikely(opt_junk_alloc)) { in tcache_alloc_small()
87 if (slow_path && config_fill && unlikely(opt_junk_alloc)) { in tcache_alloc_small()
142 if (unlikely(opt_junk_alloc)) { in tcache_alloc_large()
Djemalloc_internal_externs.h15 extern bool opt_junk_alloc;
Dprivate_namespace_jet.h27 #define opt_junk_alloc JEMALLOC_N(opt_junk_alloc) macro
Dprivate_namespace.h27 #define opt_junk_alloc JEMALLOC_N(opt_junk_alloc) macro
/external/jemalloc_new/test/unit/
Djunk.c85 if (opt_junk_alloc) { in test_junk()
/external/jemalloc_new/src/
Dlarge.c73 } else if (config_fill && unlikely(opt_junk_alloc)) { in large_palloc()
216 } else if (config_fill && unlikely(opt_junk_alloc)) { in large_ralloc_no_move_expand()
Djemalloc.c51 bool opt_junk_alloc = variable
864 malloc_slow_flags |= (opt_junk_alloc ? flag_opt_junk_alloc : 0) in malloc_slow_flag_init()
1123 opt_junk_alloc = opt_junk_free =
1127 opt_junk_alloc = opt_junk_free =
1131 opt_junk_alloc = true;
1135 opt_junk_alloc = false;
Darena.c1312 if (config_fill && unlikely(opt_junk_alloc)) { in arena_tcache_fill_small()
1387 if (unlikely(opt_junk_alloc)) { in arena_malloc_small()
1395 if (config_fill && unlikely(opt_junk_alloc)) { in arena_malloc_small()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch44748 -extern bool opt_junk_alloc;
75496 -bool opt_junk_alloc =
76379 - malloc_slow_flags |= (opt_junk_alloc ? flag_opt_junk_alloc : 0)
76750 - opt_junk_alloc = opt_junk_free =
76754 - opt_junk_alloc = opt_junk_free =
76758 - opt_junk_alloc = true;
76762 - opt_junk_alloc = false;
78005 - && unlikely(opt_junk_alloc)) {
78963 - if (config_fill && unlikely(opt_junk_alloc) && usize > old_usize
79233 - if (config_fill && unlikely(opt_junk_alloc) && usize > old_usize &&
[all …]