ZALLOC_ZONE_SIZE
struct slchunk *z_PageAry[ZALLOC_ZONE_SIZE / PAGE_SIZE];
static const int ZoneSize = ZALLOC_ZONE_SIZE;
static const int ZonePageCount = ZALLOC_ZONE_SIZE / PAGE_SIZE;
static const int ZoneMask = ZALLOC_ZONE_SIZE - 1;