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

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

Completed in 74 milliseconds