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

/macosx-10.10.1/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;
/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c81 static void printzone(mach_zone_name_t *, task_zone_info_t *);
82 static void colprintzone(mach_zone_name_t *, task_zone_info_t *);
83 static int find_deltas(mach_zone_name_t *, task_zone_info_t *, task_zone_info_t *, char *, int, int);
128 task_zone_info_t *info = NULL;
131 task_zone_info_t *max_info = NULL;
263 max_info = (task_zone_info_t *)malloc((infoCnt * sizeof *info));
279 task_zone_info_t tinfo;
362 printzone(mach_zone_name_t *name, task_zone_info_t *info)
413 colprintzone(mach_zone_name_t *zone_name, task_zone_info_t *inf
[all...]
/macosx-10.10.1/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 88 milliseconds