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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dzalloc_mem.h47 uintptr_t mp_Size; member in struct:MemPool
H A Dzalloc.c106 if (bytes <= mp->mp_Size - mp->mp_Used) {
251 * Note: mp_Size may not reflect (mp_End - mp_Base) range
259 if (mp->mp_Size == 0) {
263 mp->mp_Size = bytes;
265 void *pend = (char *)mp->mp_Base + mp->mp_Size;
268 mp->mp_Size += (char *)mp->mp_Base - (char *)base;
274 mp->mp_Size += (char *)base - (char *)pend;
291 printf("%d bytes reserved", (int) mp->mp_Size);

Completed in 68 milliseconds