Searched refs:ncached (Results 1 – 5 of 5) sorted by relevance
129 cache_bin_sz_t ncached = cache_bin_ncached_get_local(cache_bin, in tcache_gc_small() local149 (unsigned)(ncached - nflush)); in tcache_gc_small()167 cache_bin_sz_t ncached = cache_bin_ncached_get_local(cache_bin, in tcache_gc_large() local172 (unsigned)(ncached - low_water + (low_water >> 2))); in tcache_gc_large()510 cache_bin_sz_t ncached = cache_bin_ncached_get_local(cache_bin, in tcache_bin_flush_bottom() local512 assert((cache_bin_sz_t)rem <= ncached); in tcache_bin_flush_bottom()513 unsigned nflush = ncached - rem; in tcache_bin_flush_bottom()523 ncached - rem); in tcache_bin_flush_bottom()
159 cache_bin_sz_t ncached, nstashed; in arena_stats_merge() local161 &tcache_bin_info[i], &ncached, &nstashed); in arena_stats_merge()163 astats->tcache_bytes += ncached * sz_index2size(i); in arena_stats_merge()
20 bytes of cache (ncached), and36 butes of cache (ncached).
21 bytes of cache (ncached), and37 butes of cache (ncached).
518 cache_bin_sz_t *ncached, cache_bin_sz_t *nstashed) { in cache_bin_nitems_get_remote() argument521 *ncached = n; in cache_bin_nitems_get_remote()