Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dzalloc.c191 (char *)ptr + bytes > (char *)mp->mp_End || in zfree()
284 mp->mp_End = (char *)base + bytes; in zextendPool()
298 mp->mp_End = (char *)base; in zextendPool()
322 if ((char *)mn + mn->mr_Bytes != mp->mp_End) { in zallocstats()
H A Dzalloc_mem.h45 void *mp_End; member