Searched refs:mp_Size (Results 1 – 2 of 2) sorted by relevance
106 if (bytes <= mp->mp_Size - mp->mp_Used) { in znalloc()259 if (mp->mp_Size == 0) { in zextendPool()263 mp->mp_Size = bytes; in zextendPool()265 void *pend = (char *)mp->mp_Base + mp->mp_Size; in zextendPool()268 mp->mp_Size += (char *)mp->mp_Base - (char *)base; in zextendPool()274 mp->mp_Size += (char *)base - (char *)pend; in zextendPool()291 printf("%d bytes reserved", (int) mp->mp_Size); in zallocstats()
47 uintptr_t mp_Size; member