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

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h49 size_t mt_length; /* size of the arena in bytes */ member in struct:cache
H A Dmtmalloc.c1187 cp->mt_length = span - (cp->mt_arena - (caddr_t)cp);
1189 *(cp->mt_nfreeptr) = cp->mt_length / size;
1646 assert(n < thiscache->mt_length);

Completed in 18 milliseconds