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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c1049 * record is added to the log each time a zalloc() is done in the zone_of_interest. For leak debugging,
1063 * The allocation log and all the related variables are protected by the zone lock for the zone_of_interest
1066 static zone_t zone_of_interest = NULL; /* the zone being watched; corresponds to zone_name_to_log */ variable
1114 #define DO_LOGGING(z) (zlog_btlog && (z) == zone_of_interest)
1799 zone_of_interest = z;
1810 if (zone_of_interest != NULL && zlog_btlog == NULL && kmem_alloc_ready) {
1813 printf("zone: logging started for zone %s\n", zone_of_interest->zone_name);
1816 zone_of_interest = NULL;

Completed in 134 milliseconds