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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c110 * checks are enabled by specifying "-zc" and/or "-zp" in the boot-args:
117 * The first two checks are farily light weight and are enabled by specifying "-zc"
120 * "-zp" to the boot-args in addition to "-zc". If you specify -zp without -zc,
125 boolean_t check_freed_element = FALSE; /* enabled by -zc in boot-args */
341 * that is being corrupted, then add "-zc zlog=<zone name>" to the boot-args. When -zc is used in conjunction
414 const char *zc = zonename; local
421 for (len = 1; len <= MAX_ZONE_NAME; zc++, lc++, len++) {
429 if (*zc !
[all...]

Completed in 22 milliseconds