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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c117 * as either "ZP_POISONED" or "ZP_NOT_POISONED" in the first integer within the would-be
136 #define ZP_NOT_POISONED 0xbaddecaf macro
175 ((uint32_t *) elem)[i] = ZP_NOT_POISONED;
196 /* first int in data section must be ZP_POISONED or ZP_NOT_POISONED */
217 } else if (((uint32_t *) elem)[i] != ZP_NOT_POISONED) {
219 zone->zone_name, ((uint32_t *) elem)[i], ZP_NOT_POISONED, elem);

Completed in 25 milliseconds