Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h48 size_t mt_span; /* how long is this cache */ member
H A Dmtmalloc.c903 cp->mt_span = chunksize * HUNKSIZE - sizeof (cache_t); in create_cache()
908 nblocks = cp->mt_span / cp->mt_size; in create_cache()
912 long i = cp->mt_span; in create_cache()
932 cp->mt_span - cp->mt_arena) / cp->mt_size; in create_cache()
1148 thiscache->mt_span); in malloc_internal()