Home | History | Annotate | Download | only in libbsdmalloc

Lines Matching defs:RSLOP

103 #define	RSLOP		sizeof (u_short)
105 #define RSLOP 0
217 if (nbytes <= (n = pagesz - sizeof (*op) - RSLOP)) {
225 n = -((long)sizeof (*op) + RSLOP);
260 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);
396 onb -= sizeof (*op) + RSLOP;
398 onb += pagesz - sizeof (*op) - RSLOP;
404 i -= sizeof (*op) + RSLOP;
406 i += pagesz - sizeof (*op) - RSLOP;
410 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);