Home
last modified time | relevance | path

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

/netbsd/src/libexec/ld.elf_so/
Dxmalloc.c123 #define ov_magic ovu.ovu_magic macro
244 op->ov_magic = MAGIC; in imalloc()
314 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */ in xfree()
316 if (op->ov_magic != MAGIC) in xfree()
343 if (op->ov_magic != MAGIC) { in irealloc()
/netbsd/src/lib/libbsdmalloc/
Dmalloc.c91 #define ov_magic ovu.ovu_magic macro
249 op->ov_magic = MAGIC; in malloc()
322 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */ in free()
324 if (op->ov_magic != MAGIC) in free()
372 if (op->ov_magic == MAGIC) { in realloc()