mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
cache_bin nflush -> n.
We're going to use it on the fill pathway as well.
This commit is contained in:
parent
74d36d78ef
commit
d303f30796
2 changed files with 6 additions and 5 deletions
|
|
@ -182,7 +182,8 @@ tcache_bin_flush_impl(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin,
|
|||
VARIABLE_ARRAY(edata_t *, item_edata, nflush + 1);
|
||||
CACHE_BIN_PTR_ARRAY_DECLARE(ptrs, nflush);
|
||||
|
||||
cache_bin_ptr_array_init(&ptrs, tbin, nflush, binind, tcache_bin_info);
|
||||
cache_bin_ptr_array_init_for_flush(&ptrs, tbin, nflush, binind,
|
||||
tcache_bin_info);
|
||||
|
||||
/* Look up edata once per item. */
|
||||
if (config_opt_safety_checks) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue