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

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h50 volatile size_t mt_lastoffset; /* last freemask allocated frm */ member in struct:cache
H A Dmtmalloc.c1190 cp->mt_lastoffset = 0;
1539 offset = thiscache->mt_lastoffset;
1567 thiscache->mt_lastoffset = (freemask - sfreemask);

Completed in 18 milliseconds