Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c279 if (bytes <= (cacheptr->mt_size - OVERHEAD)) in realloc()
324 MIN(cacheptr->mt_size - OVERHEAD - shift, bytes)); in realloc()
426 i = offset / cacheptr->mt_size; in free()
901 cp->mt_size = size; in create_cache()
908 nblocks = cp->mt_span / cp->mt_size; in create_cache()
913 size_t sub = cp->mt_size; in create_cache()
932 cp->mt_span - cp->mt_arena) / cp->mt_size; in create_cache()
996 << 5) + i) * thiscache->mt_size; in reinit_cache()
1000 thiscache->mt_size); in reinit_cache()
1130 + i) * thiscache->mt_size; in malloc_internal()
[all …]
H A Dmtmalloc_impl.h47 size_t mt_size; /* size of this cache */ member