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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c350 #define MAX_ZONE_NAME 32 /* max length of a zone name we can take from the boot-args */ macro
352 static char zone_name_to_log[MAX_ZONE_NAME] = ""; /* the zone name we're logging, if any */
418 * Compare the strings. We bound the compare by MAX_ZONE_NAME.
421 for (len = 1; len <= MAX_ZONE_NAME; zc++, lc++, len++) {

Completed in 11 milliseconds