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

/osnet-11/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c48 * The order of elements is critical: ov_magic must overlay the low order
49 * bits of ov_next, and ov_magic can not be a valid ov_next bit pattern.
69 #define ov_magic ovu.ovu_magic macro
165 op->ov_magic = MAGIC;
241 if (op->ov_magic != MAGIC)
244 op->ov_next = nextf[size]; /* also clobbers ov_magic */
278 if (op->ov_magic == MAGIC) {

Completed in 20 milliseconds