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

/darwin-on-arm/xnu/osfmk/kern/
H A Dgzalloc.c53 * -gzalloc_uf_mode: Underflow detection mode, where the guard page
111 boolean_t gzalloc_uf_mode = FALSE, gzalloc_consistency_checks = TRUE; variable
212 if (PE_parse_boot_argn("-gzalloc_uf_mode", temp_buf, sizeof (temp_buf))) {
213 gzalloc_uf_mode = TRUE;
296 if (gzalloc_uf_mode) {
350 if (gzalloc_uf_mode) {

Completed in 19 milliseconds