Home
last modified time | relevance | path

Searched refs:checkend (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dgzalloc.c473 char *gzc, *checkstart, *checkend; in gzalloc_free() local
476 checkend = (char *) ((((vm_offset_t)addr) & ~PAGE_MASK) + PAGE_SIZE); in gzalloc_free()
479 checkend = (char *)gzh; in gzalloc_free()
482 for (gzc = checkstart; gzc < checkend; gzc++) { in gzalloc_free()