Searched defs:endp_pv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c1322 uintptr_t endp_lp, endp_pv, endp_nx; local
1346 endp_pv = ALIGN((uintptr_t)pv + size_pv,
1348 size_pv = endp_pv - (uintptr_t)pv;
1351 if ((uintptr_t)lp == endp_pv)

Completed in 96 milliseconds