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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/
H A Dzone_info.h90 } zone_info_t; typedef in typeref:struct:zone_info
92 typedef zone_info_t *zone_info_array_t;
H A Dmach_debug_types.defs70 type zone_info_t = struct[9] of integer_t; /* deprecated */
71 type zone_info_array_t = array[] of zone_info_t; /* deprecated */
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c4176 zone_info_t *info;
4182 zone_info_t *zi;
4230 info = (zone_info_t *) info_addr;
4301 *infop = (zone_info_t *) copy;

Completed in 68 milliseconds