Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dgzalloc.c494 char *gzc, *checkstart, *checkend; in gzalloc_free() local
497 checkend = (char *) ((((vm_offset_t)addr) & ~PAGE_MASK) + PAGE_SIZE); in gzalloc_free()
500 checkend = (char *)gzh; in gzalloc_free()
503 for (gzc = checkstart; gzc < checkend; gzc++) { in gzalloc_free()