Home
last modified time | relevance | path

Searched refs:opt_junk_free (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Djunk.c60 if (opt_junk_free) { in test_junk()
104 assert_true(!opt_junk_free || saw_junking, in test_junk()
114 assert_true(!opt_junk_free || saw_junking, in test_junk()
117 if (opt_junk_free) { in test_junk()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h16 extern bool opt_junk_free;
H A Dtcache_inlines.h171 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_small()
197 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_large()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dlarge.c82 if (config_fill && have_dss && unlikely(opt_junk_free)) { in large_dalloc_maybe_junk_impl()
117 if (config_fill && unlikely(opt_junk_free)) { in large_ralloc_no_move_shrink()
H A Djemalloc.c58 bool opt_junk_free = variable
863 | (opt_junk_free ? flag_opt_junk_free : 0) in malloc_slow_flag_init()
1114 opt_junk_alloc = opt_junk_free = in malloc_conf_init()
1118 opt_junk_alloc = opt_junk_free = in malloc_conf_init()
1123 opt_junk_free = false; in malloc_conf_init()
1127 opt_junk_free = true; in malloc_conf_init()
H A Darena.c1536 if (!junked && config_fill && unlikely(opt_junk_free)) { in arena_dalloc_bin_locked_impl()