Home
last modified time | relevance | path

Searched refs:mach_zone_name_t (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/tests/vm/
H A Dmemorystatus_jetsam_zprint_snapshot.c42 static mach_zone_name_t *jzs_name_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()
131 …%u, # of names %u", (unsigned)jzs_name_size, (unsigned)(jzs_name_size / sizeof(mach_zone_name_t))); in collect_jzs_data()
142 static mach_zone_name_t *live_name = NULL;
/xnu-12377.41.6/osfmk/mach_debug/
H A Dzone_info.h104 } mach_zone_name_t; typedef
106 typedef mach_zone_name_t *mach_zone_name_array_t;
H A Dmach_debug_types.defs73 type mach_zone_name_t = struct[80] of char;
74 type mach_zone_name_array_t = array[] of mach_zone_name_t;
/xnu-12377.41.6/tests/
H A Dmemorystatus_zone_test.c79 static mach_zone_name_t largest_zone_name;
98 static void print_zone_info(mach_zone_name_t *zn, mach_zone_info_t *zi);
103 mach_zone_name_t *name,
251 print_zone_info(mach_zone_name_t *zn, mach_zone_info_t *zi) in print_zone_info()
781 .zone_names = (mach_zone_name_t[]){
803 .zone_names = (mach_zone_name_t[]){
H A Dvm_kern_count_wired_kernelcache.c25 mach_zone_name_t *name = NULL;
H A Dverify_kalloc_config.c22 mach_zone_name_t *name = NULL; in run_test()
/xnu-12377.41.6/osfmk/mach/
H A Dmach_host.defs366 name : mach_zone_name_t;
376 out name : mach_zone_name_t;
402 name : mach_zone_name_t;
/xnu-12377.41.6/osfmk/kern/
H A Dzalloc.c7929 mach_zone_name_t *zn, in get_zone_info()
8187 mach_zone_name_t *names, in mach_memory_info_sample()
8197 mach_zone_name_t *zn; in mach_memory_info_sample()
8290 mach_zone_name_t *names; in mach_memory_info_internal()
8329 names = (mach_zone_name_t *) names_addr; in mach_memory_info_internal()
8379 …*namesp = (mach_zone_name_t *) create_vm_map_copy(names_addr, names_size, used_zones * sizeof *nam… in mach_memory_info_internal()
8403 mach_zone_name_t name, in mach_zone_info_for_zone()
8452 mach_zone_name_t *namep, in mach_zone_info_for_largest_zone()
8501 mach_zone_name_t *names; in mach_zone_get_zlog_zones()
8521 names = (mach_zone_name_t *) names_addr; in mach_zone_get_zlog_zones()
[all …]
H A Dzalloc.h2619 mach_zone_name_t *names,
/xnu-12377.41.6/bsd/kern/
H A Dkern_memorystatus.c390 static mach_zone_name_t *jzs_names = NULL;
2264 jzs_names_size = jzs_zone_cnt * sizeof(mach_zone_name_t); in memorystatus_init()
2265 jzs_names = zalloc_permanent(jzs_names_size, ZALIGN(mach_zone_name_t)); in memorystatus_init()
9301 jzs_zone_cnt * sizeof(mach_zone_name_t), jzs_names);