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

/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h133 } task_zone_info_t; typedef in typeref:struct:task_zone_info_data
135 typedef task_zone_info_t *task_zone_info_array_t;
H A Dmach_debug_types.defs79 type task_zone_info_t = struct[11] of uint64_t;
80 type task_zone_info_array_t = array[] of task_zone_info_t;
/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c3853 task_zone_info_t *info;
3859 task_zone_info_t *zi;
3895 info = (task_zone_info_t *) info_addr;
3994 *infop = (task_zone_info_t *) copy;

Completed in 84 milliseconds