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

/freebsd-9.3-release/lib/libstand/
H A Dzalloc_mem.h44 void *mp_Base; member in struct:MemPool
H A Dzalloc.c154 if ((char *)ptr < (char *)mp->mp_Base ||
242 * Note: mp_Size may not reflect (mp_End - mp_Base) range
251 mp->mp_Base = base;
256 void *pend = (char *)mp->mp_Base + mp->mp_Size;
258 if (base < mp->mp_Base) {
259 mp->mp_Size += (char *)mp->mp_Base - (char *)base;
260 mp->mp_Used += (char *)mp->mp_Base - (char *)base;
261 mp->mp_Base = base;
286 if ((void *)mn != (void *)mp->mp_Base) {
287 abytes += (char *)mn - (char *)mp->mp_Base;
[all...]

Completed in 97 milliseconds