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

/freebsd-9.3-release/lib/libstand/
H A Dzalloc_mem.h47 uintptr_t mp_Size; member in struct:MemPool
H A Dzalloc.c97 if (bytes <= mp->mp_Size - mp->mp_Used) {
242 * Note: mp_Size may not reflect (mp_End - mp_Base) range
250 if (mp->mp_Size == 0) {
254 mp->mp_Size = bytes;
256 void *pend = (char *)mp->mp_Base + mp->mp_Size;
259 mp->mp_Size += (char *)mp->mp_Base - (char *)base;
265 mp->mp_Size += (char *)base - (char *)pend;
282 printf("%d bytes reserved", (int) mp->mp_Size);

Completed in 25 milliseconds