Searched refs:mp_Base (Results 1 – 2 of 2) sorted by relevance
163 if ((char *)ptr < (char *)mp->mp_Base || in zfree()260 mp->mp_Base = base; in zextendPool()265 void *pend = (char *)mp->mp_Base + mp->mp_Size; in zextendPool()267 if (base < mp->mp_Base) { in zextendPool()268 mp->mp_Size += (char *)mp->mp_Base - (char *)base; in zextendPool()269 mp->mp_Used += (char *)mp->mp_Base - (char *)base; in zextendPool()270 mp->mp_Base = base; in zextendPool()295 if ((void *)mn != (void *)mp->mp_Base) { in zallocstats()296 abytes += (char *)mn - (char *)mp->mp_Base; in zallocstats()
44 void *mp_Base; member