Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Darena.c1399 unsigned tofill = nfill - i; in arena_tcache_fill_small() local
1400 cnt = tofill < extent_nfree_get(slab) ? in arena_tcache_fill_small()
1401 tofill : extent_nfree_get(slab); in arena_tcache_fill_small()