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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc_mem.h44 void *mp_Base; member in struct:MemPool
H A Dzalloc.c163 if ((char *)ptr < (char *)mp->mp_Base ||
251 * Note: mp_Size may not reflect (mp_End - mp_Base) range
260 mp->mp_Base = base;
265 void *pend = (char *)mp->mp_Base + mp->mp_Size;
267 if (base < mp->mp_Base) {
268 mp->mp_Size += (char *)mp->mp_Base - (char *)base;
269 mp->mp_Used += (char *)mp->mp_Base - (char *)base;
270 mp->mp_Base = base;
295 if ((void *)mn != (void *)mp->mp_Base) {
296 abytes += (char *)mn - (char *)mp->mp_Base;
[all...]

Completed in 57 milliseconds