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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h49 size_t mt_size; /* size of this cache */ member in struct:cache
H A Dmtmalloc.c279 if (bytes <= (cacheptr->mt_size - OVERHEAD))
324 MIN(cacheptr->mt_size - OVERHEAD - shift, bytes));
426 i = offset / cacheptr->mt_size;
444 copy_pattern(FREEPATTERN, ptr, cacheptr->mt_size - OVERHEAD);
901 cp->mt_size = size;
908 nblocks = cp->mt_span / cp->mt_size;
913 size_t sub = cp->mt_size;
932 cp->mt_span - cp->mt_arena) / cp->mt_size;
939 copy_pattern(FREEPATTERN, cp->mt_arena, cp->mt_size * nblocks);
996 << 5) + i) * thiscache->mt_size;
[all...]

Completed in 60 milliseconds