Searched refs:mach_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.h117 } mach_zone_info_t; typedef in typeref:struct:mach_zone_info_data
119 typedef mach_zone_info_t *mach_zone_info_array_t;
H A Dmach_debug_types.defs76 type mach_zone_info_t = struct[8] of uint64_t;
77 type mach_zone_info_array_t = array[] of mach_zone_info_t;
/macosx-10.10.1/system_cmds-643.1.1/zprint.tproj/
H A Dzprint.c224 mach_zone_info_t *zinfo = NULL;
241 *(mach_zone_info_t *)(info + i) = zinfo[i];
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c4026 mach_zone_info_t *info;
4032 mach_zone_info_t *zi;
4072 info = (mach_zone_info_t *) info_addr;
4155 *infop = (mach_zone_info_t *) copy;

Completed in 72 milliseconds