Searched refs:mach_zone_info_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | memorystatus_jetsam_zprint_snapshot.c | 43 static mach_zone_info_t *jzs_info_buffer = NULL; 68 collect_jzs_data(mach_zone_name_t **namep, mach_zone_info_t **infop, mach_memory_info_t **memInfop) in collect_jzs_data() 132 … of zone infos %u", (unsigned)jzs_info_size, (unsigned)(jzs_info_size / sizeof(mach_zone_info_t))); in collect_jzs_data() 143 static mach_zone_info_t *live_info = NULL;
|
| /xnu-12377.61.12/osfmk/mach_debug/ |
| H A D | zone_info.h | 117 } mach_zone_info_t; typedef 119 typedef mach_zone_info_t *mach_zone_info_array_t;
|
| H A D | mach_debug_types.defs | 76 type mach_zone_info_t = struct[8] of uint64_t; 77 type mach_zone_info_array_t = array[] of mach_zone_info_t;
|
| /xnu-12377.61.12/tests/ |
| H A D | memorystatus_zone_test.c | 80 static mach_zone_info_t largest_zone_info; 98 static void print_zone_info(mach_zone_name_t *zn, mach_zone_info_t *zi); 104 mach_zone_info_t *info 251 print_zone_info(mach_zone_name_t *zn, mach_zone_info_t *zi) in print_zone_info()
|
| H A D | vm_kern_count_wired_kernelcache.c | 27 mach_zone_info_t *info = NULL;
|
| H A D | verify_kalloc_config.c | 24 mach_zone_info_t *info = NULL; in run_test()
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | mach_host.defs | 367 out info : mach_zone_info_t); 377 out info : mach_zone_info_t);
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | zalloc.c | 7930 mach_zone_info_t *zi) in get_zone_info() 7964 *zi = (mach_zone_info_t) { in get_zone_info() 8139 zone_info_redact(mach_zone_info_t *zi) in zone_info_redact() 8160 mach_zone_info_t *zi, in zone_info_find_coalesce_zone() 8161 mach_zone_info_t *info, in zone_info_find_coalesce_zone() 8178 mach_zone_info_t *info, in zone_info_coalesce() 8180 mach_zone_info_t *zi) in zone_info_coalesce() 8188 mach_zone_info_t *info, in mach_memory_info_sample() 8198 mach_zone_info_t *zi; in mach_memory_info_sample() 8294 mach_zone_info_t *info; in mach_memory_info_internal() [all …]
|
| H A D | zalloc.h | 2620 mach_zone_info_t *info,
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_memorystatus.c | 391 static mach_zone_info_t *jzs_info = NULL; 2267 jzs_info_size = jzs_zone_cnt * sizeof(mach_zone_info_t); in memorystatus_init() 2268 jzs_info = zalloc_permanent(jzs_info_size, ZALIGN(mach_zone_info_t)); in memorystatus_init() 9305 jzs_zone_cnt * sizeof(mach_zone_info_t), jzs_info);
|