Home
last modified time | relevance | path

Searched refs:cache_bin_sz_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h22 typedef int32_t cache_bin_sz_t; typedef
40 cache_bin_sz_t ncached_max;
46 cache_bin_sz_t low_water;
48 cache_bin_sz_t ncached;
/freebsd-src/contrib/jemalloc/src/
H A Dtcache.c139 assert((cache_bin_sz_t)rem <= tbin->ncached); in tcache_bin_flush_small()
235 assert((cache_bin_sz_t)rem <= tbin->ncached); in tcache_bin_flush_large()