Lines Matching defs:binind
230 tcache_t *tcache, cache_bin_t *cache_bin, szind_t binind,
236 unsigned nfill = cache_bin_info_ncached_max(&tcache_bin_info[binind])
237 >> tcache_slow->lg_fill_div[binind];
239 &tcache_bin_info[binind], binind, nfill);
240 tcache_slow->bin_refilled[binind] = true;
280 szind_t binind, size_t nflush, emap_batch_lookup_result_t *edatas) {
287 size_t szind_sum = binind * nflush;
293 tcache_bin_flush_size_check_fail(arr, binind, nflush, edatas);
310 szind_t binind, cache_bin_ptr_array_t *ptrs, unsigned nflush, bool small) {
319 assert(binind < SC_NBINS);
321 assert(binind < nhbins);
331 tcache_bin_flush_edatas_lookup(tsd, ptrs, binind, nflush, item_edata);
363 cur_bin = arena_get_bin(cur_arena, binind,
365 assert(cur_binshard < bin_infos[binind].n_shards);
396 &tcache_arena->stats, binind,
428 arena_dalloc_bin_locked_begin(&dalloc_bin_info, binind);
450 binind, edata, ptr)) {
456 binind)) {
489 binind, NULL);
497 &tcache_arena->stats, binind,
507 szind_t binind, unsigned rem, bool small) {
508 tcache_bin_flush_stashed(tsd, tcache, cache_bin, binind, small);
511 &tcache_bin_info[binind]);
516 cache_bin_init_ptr_array_for_flush(cache_bin, &tcache_bin_info[binind],
519 tcache_bin_flush_impl(tsd, tcache, cache_bin, binind, &ptrs, nflush,
522 cache_bin_finish_flush(cache_bin, &tcache_bin_info[binind], &ptrs,
528 szind_t binind, unsigned rem) {
529 tcache_bin_flush_bottom(tsd, tcache, cache_bin, binind, rem, true);
534 szind_t binind, unsigned rem) {
535 tcache_bin_flush_bottom(tsd, tcache, cache_bin, binind, rem, false);
550 szind_t binind, bool is_small) {
551 cache_bin_info_t *info = &tcache_bin_info[binind];
568 cache_bin_init_ptr_array_for_stashed(cache_bin, binind, info, &ptrs,
570 san_check_stashed_ptrs(ptrs.ptr, nstashed, sz_index2size(binind));
571 tcache_bin_flush_impl(tsd, tcache, cache_bin, binind, &ptrs, nstashed,