Home
last modified time | relevance | path

Searched refs:mach_zone_info_t (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/osfmk/mach_debug/
H A Dzone_info.h117 } mach_zone_info_t; typedef
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;
/xnu-10063.141.1/tests/
H A Dmemorystatus_zone_test.c80 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 Dvm_kern_count_wired_kernelcache.c27 mach_zone_info_t *info = NULL;
H A Dverify_kalloc_config.c24 mach_zone_info_t *info = NULL; in run_test()
/xnu-10063.141.1/osfmk/mach/
H A Dmach_host.defs363 out info : mach_zone_info_t);
373 out info : mach_zone_info_t);
/xnu-10063.141.1/osfmk/kern/
H A Dzalloc.c8502 mach_zone_info_t *zi) in get_zone_info()
8536 *zi = (mach_zone_info_t) { in get_zone_info()
8664 zone_info_redact(mach_zone_info_t *zi) in zone_info_redact()
8685 mach_zone_info_t *zi, in zone_info_find_coalesce_zone()
8686 mach_zone_info_t *info, in zone_info_find_coalesce_zone()
8703 mach_zone_info_t *info, in zone_info_coalesce()
8705 mach_zone_info_t *zi) in zone_info_coalesce()
8725 mach_zone_info_t *info; in mach_memory_info_internal()
8742 mach_zone_info_t *zi; in mach_memory_info_internal()
8779 info = (mach_zone_info_t *) info_addr; in mach_memory_info_internal()
[all …]