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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c297 #define ZONE_PAGE_UNUSED 0xffff macro
1622 entry_array[i].alloc_count = ZONE_PAGE_UNUSED;
2452 zp->alloc_count = ZONE_PAGE_UNUSED;
2482 * it was previously set to ZONE_PAGE_UNUSED.
2484 if (zp->alloc_count == ZONE_PAGE_UNUSED)
2521 zp->alloc_count = ZONE_PAGE_UNUSED;

Completed in 19 milliseconds