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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c145 boolean_t corruption_debug_flag = FALSE; /* enabled by "-zc" boot-arg */ variable
1432 corruption_debug_flag = TRUE;
1437 corruption_debug_flag = TRUE;
1890 * The corruption_debug_flag flag tells us what style of logging to do. It's set if we're supposed to be
1894 if (!corruption_debug_flag && zrecords[zcurrent].z_element && zrecorded < log_records) {
2144 if (corruption_debug_flag) {

Completed in 27 milliseconds