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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c374 * record is added to the log each time a zalloc() is done in the zone_of_interest. For leak debugging,
394 * The allocation log and all the related variables are protected by the zone lock for the zone_of_interest
401 static zone_t zone_of_interest = NULL; /* the zone being watched; corresponds to zone_name_to_log */ variable
449 #define DO_LOGGING(z) (zrecords && (z) == zone_of_interest)
564 zone_of_interest = z;
576 if (zone_of_interest != NULL && zrecords == NULL && zlog_ready) {
585 printf("zone: logging started for zone %s (%p)\n", zone_of_interest->zone_name, zone_of_interest);
589 zone_of_interest = NULL;

Completed in 26 milliseconds