Home
last modified time | relevance | path

Searched refs:ncached (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/src/
H A Dtcache.c129 cache_bin_sz_t ncached = cache_bin_ncached_get_local(cache_bin, in tcache_gc_small() local
149 (unsigned)(ncached - nflush)); in tcache_gc_small()
167 cache_bin_sz_t ncached = cache_bin_ncached_get_local(cache_bin, in tcache_gc_large() local
172 (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() local
512 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()
H A Darena.c159 cache_bin_sz_t ncached, nstashed; in arena_stats_merge() local
161 &tcache_bin_info[i], &ncached, &nstashed); in arena_stats_merge()
163 astats->tcache_bytes += ncached * sz_index2size(i); in arena_stats_merge()
/src/lib/libc/db/hash/
H A DREADME20 bytes of cache (ncached), and
36 butes of cache (ncached).
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/
H A DREADME21 bytes of cache (ncached), and
37 butes of cache (ncached).
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h518 cache_bin_sz_t *ncached, cache_bin_sz_t *nstashed) { in cache_bin_nitems_get_remote() argument
521 *ncached = n; in cache_bin_nitems_get_remote()