Searched refs:mp_Base (Results 1 – 2 of 2) sorted by relevance
191 if ((char *)ptr < (char *)mp->mp_Base || in zfree()283 mp->mp_Base = base; in zextendPool()288 void *pend = (char *)mp->mp_Base + mp->mp_Size; in zextendPool()290 if (base < mp->mp_Base) { in zextendPool()291 mp->mp_Size += (char *)mp->mp_Base - (char *)base; in zextendPool()292 mp->mp_Used += (char *)mp->mp_Base - (char *)base; in zextendPool()293 mp->mp_Base = base; in zextendPool()318 if ((void *)mn != (void *)mp->mp_Base) { in zallocstats()319 abytes += (char *)mn - (char *)mp->mp_Base; in zallocstats()
45 void *mp_Base; member