Home
last modified time | relevance | path

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

/original-bsd/lib/libc/stdlib/
H A Dmalloc.c56 #define ov_size ovu.ovu_size macro
179 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);
181 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC;
249 ASSERT(*(u_short *)((caddr_t)(op + 1) + op->ov_size) == RMAGIC);
325 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);
326 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC;