Searched refs:config_fill (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tcache_inlines.h | 72 if (config_prof || (slow_path && config_fill) || unlikely(zero)) { in tcache_alloc_small() 78 if (slow_path && config_fill) { in tcache_alloc_small() 87 if (slow_path && config_fill && unlikely(opt_junk_alloc)) { in tcache_alloc_small() 132 if (config_prof || (slow_path && config_fill) || in tcache_alloc_large() 139 if (slow_path && config_fill) { in tcache_alloc_large() 172 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_small() 198 if (slow_path && config_fill && unlikely(opt_junk_free)) { in tcache_dalloc_large()
|
H A D | jemalloc_preamble.h | 78 static const bool config_fill = variable
|
/freebsd/contrib/jemalloc/src/ |
H A D | large.c | 35 if (config_fill && unlikely(opt_zero)) { in large_palloc() 65 } else if (config_fill && unlikely(opt_junk_alloc)) { in large_palloc() 82 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() 142 if (config_fill && unlikely(opt_zero)) { in large_ralloc_no_move_expand() 208 } else if (config_fill && unlikely(opt_junk_alloc)) { in large_ralloc_no_move_expand()
|
H A D | arena.c | 1425 if (config_fill && unlikely(opt_junk_alloc)) { in arena_tcache_fill_small() 1493 if (config_fill) { in arena_malloc_small() 1502 if (config_fill && unlikely(opt_junk_alloc)) { in arena_malloc_small() 1691 if (!junked && config_fill && unlikely(opt_junk_free)) { in arena_dalloc_bin_locked_impl()
|
H A D | ctl.c | 72 CTL_PROTO(config_fill) 296 {NAME("fill"), CTL(config_fill)}, 1749 CTL_RO_CONFIG_GEN(config_fill, bool) in CTL_RO_CONFIG_GEN() 1779 CTL_RO_NL_CGEN(config_fill, opt_junk, opt_junk, const char *) in CTL_RO_CONFIG_GEN() 1780 CTL_RO_NL_CGEN(config_fill, opt_zero, opt_zero, bool) in CTL_RO_CONFIG_GEN()
|
H A D | jemalloc.c | 1261 if (config_fill) { in malloc_conf_init_helper()
|
/freebsd/contrib/jemalloc/ |
H A D | FREEBSD-diffs | 91 @@ -79,13 +82,7 @@ static const bool config_fill =
|