Home
last modified time | relevance | path

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

/netbsd/src/libexec/ld.elf_so/
Dxmalloc.c126 #define ov_size ovu.ovu_size macro
254 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()
/netbsd/src/lib/libbsdmalloc/
Dmalloc.c94 #define ov_size ovu.ovu_size macro
260 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()