Searched refs:ov_size (Results 1 – 2 of 2) sorted by relevance
126 #define ov_size ovu.ovu_size macro254 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1); in imalloc()256 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC; in imalloc()321 ASSERT(*(u_short *)((caddr_t)(op + 1) + op->ov_size) == RMAGIC); in xfree()368 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1); in irealloc()369 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC; in irealloc()
94 #define ov_size ovu.ovu_size macro260 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1); in malloc()262 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC; in malloc()329 ASSERT(*(u_short *)((caddr_t)(op + 1) + op->ov_size) == RMAGIC); in free()410 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1); in realloc()411 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC; in realloc()