Searched refs:ov_magic (Results 1 – 2 of 2) sorted by relevance
123 #define ov_magic ovu.ovu_magic macro244 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()
91 #define ov_magic ovu.ovu_magic macro249 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()