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

/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c50 * The order of elements is critical: ov_magic must overlay the low order
51 * bits of ov_next, and ov_magic can not be a valid ov_next bit pattern.
71 #define ov_magic ovu.ovu_magic macro
167 op->ov_magic = MAGIC;
243 if (op->ov_magic != MAGIC)
246 op->ov_next = nextf[size]; /* also clobbers ov_magic */
276 if (op->ov_magic == MAGIC) {

Completed in 79 milliseconds