Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dzalloc.c108 if (bytes > mp->mp_Size - mp->mp_Used) in znalloc()
281 if (mp->mp_Size == 0) { in zextendPool()
285 mp->mp_Size = bytes; in zextendPool()
287 void *pend = (char *)mp->mp_Base + mp->mp_Size; in zextendPool()
290 mp->mp_Size += (char *)mp->mp_Base - (char *)base; in zextendPool()
296 mp->mp_Size += (char *)base - (char *)pend; in zextendPool()
313 printf("%d bytes reserved", (int)mp->mp_Size); in zallocstats()
H A Dzalloc_mem.h47 uintptr_t mp_Size; member