Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc.c192 (char *)ptr + bytes > (char *)mp->mp_End || in zfree()
285 mp->mp_End = (char *)base + bytes; in zextendPool()
299 mp->mp_End = (char *)base; in zextendPool()
323 if ((char *)mn + mn->mr_Bytes != mp->mp_End) { in zallocstats()
H A Dzalloc_mem.h46 void *mp_End; member