Home
last modified time | relevance | path

Searched refs:mach_memory_info_t (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.61.12/tests/vm/
H A Dmemorystatus_jetsam_zprint_snapshot.c44 static mach_memory_info_t *jzs_meminfo_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()
133 … infos %u", (unsigned)jzs_meminfo_size, (unsigned)(jzs_meminfo_size / sizeof(mach_memory_info_t))); in collect_jzs_data()
144 static mach_memory_info_t *live_wiredInfo = NULL;
/xnu-12377.61.12/tests/
H A Dvm_kern_count_wired_kernelcache.c29 mach_memory_info_t *wiredInfo = NULL;
40 const mach_memory_info_t *curr = &wiredInfo[i];
H A Dverify_kalloc_config.c26 mach_memory_info_t *wiredInfo = NULL; in run_test()
/xnu-12377.61.12/osfmk/mach_debug/
H A Dzone_info.h166 } mach_memory_info_t; typedef
168 typedef mach_memory_info_t *mach_memory_info_array_t;
H A Dmach_debug_types.defs113 type mach_memory_info_t = struct[22] of uint64_t;
114 type mach_memory_info_array_t = array[] of mach_memory_info_t;
/xnu-12377.61.12/osfmk/vm/
H A Dvm_resident.c11529 vm_page_count_object(mach_memory_info_t * info, unsigned int __unused num_info, vm_object_t object) in vm_page_count_object()
11540 typedef void (*vm_page_iterate_proc)(mach_memory_info_t * info,
11544 vm_page_iterate_purgeable_objects(mach_memory_info_t * info, unsigned int num_info, in vm_page_iterate_purgeable_objects()
11558 vm_page_iterate_objects(mach_memory_info_t * info, unsigned int num_info, in vm_page_iterate_objects()
11576 process_account(mach_memory_info_t * info, unsigned int num_info, in process_account()
11736 vm_page_diagnose_zone_stats(mach_memory_info_t *info, zone_stats_t zstats, in vm_page_diagnose_zone_stats()
11750 mach_memory_info_t *info, in vm_page_add_info()
11763 vm_page_diagnose_zone(mach_memory_info_t *info, zone_t z) in vm_page_diagnose_zone()
11771 mach_memory_info_t *info, in vm_page_add_view()
11783 mach_memory_info_t *info, in vm_page_diagnose_heap_views()
[all …]
/xnu-12377.61.12/bsd/kern/
H A Dkern_shutdown.c120 extern mach_memory_info_t *panic_kext_memory_info;
H A Dkern_memorystatus.c394 static mach_memory_info_t *jzs_meminfo = NULL;
2273 jzs_meminfo_size = jzs_meminfo_cnt * sizeof(mach_memory_info_t); in memorystatus_init()
4909 jzs_meminfo_cnt * sizeof(mach_memory_info_t), in memorystatus_collect_jetsam_snapshot_zprint()
4910 new_meminfo_cnt * sizeof(mach_memory_info_t), in memorystatus_collect_jetsam_snapshot_zprint()
9309 jzs_meminfo_cnt * sizeof(mach_memory_info_t), jzs_meminfo);
/xnu-12377.61.12/osfmk/kern/
H A Dzalloc_internal.h598 extern mach_memory_info_t *panic_kext_memory_info;
H A Dzalloc.h2623 mach_memory_info_t *memoryInfo,
H A Dzalloc.c460 mach_memory_info_t *panic_kext_memory_info = NULL;
7737 mach_memory_info_t *mem_info = panic_kext_memory_info; in panic_display_zprint()
8191 mach_memory_info_t *memoryInfo, in mach_memory_info_sample()
8302 mach_memory_info_t *memory_info = NULL; in mach_memory_info_internal()
8369 memory_info = (mach_memory_info_t *) memory_info_addr; in mach_memory_info_internal()
8393 *memoryInfop = (mach_memory_info_t *) memory_info_copy; in mach_memory_info_internal()