Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc.c109 if (bytes > mp->mp_Size - mp->mp_Used) in znalloc()
282 if (mp->mp_Size == 0) { in zextendPool()
286 mp->mp_Size = bytes; in zextendPool()
288 void *pend = (char *)mp->mp_Base + mp->mp_Size; in zextendPool()
291 mp->mp_Size += (char *)mp->mp_Base - (char *)base; in zextendPool()
297 mp->mp_Size += (char *)base - (char *)pend; in zextendPool()
314 printf("%d bytes reserved", (int)mp->mp_Size); in zallocstats()
H A Dzalloc_mem.h48 uintptr_t mp_Size; member