Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/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.defs111 type mach_memory_info_t = struct[22] of uint64_t;
112 type mach_memory_info_array_t = array[] of mach_memory_info_t;
/xnu-10063.141.1/osfmk/vm/
H A Dvm_resident.c9598 vm_page_count_object(mach_memory_info_t * info, unsigned int __unused num_info, vm_object_t object) in vm_page_count_object()
9609 typedef void (*vm_page_iterate_proc)(mach_memory_info_t * info,
9613 vm_page_iterate_purgeable_objects(mach_memory_info_t * info, unsigned int num_info, in vm_page_iterate_purgeable_objects()
9627 vm_page_iterate_objects(mach_memory_info_t * info, unsigned int num_info, in vm_page_iterate_objects()
9645 process_account(mach_memory_info_t * info, unsigned int num_info, in process_account()
9803 vm_page_diagnose_zone_stats(mach_memory_info_t *info, zone_stats_t zstats, in vm_page_diagnose_zone_stats()
9817 mach_memory_info_t *info, in vm_page_add_info()
9830 vm_page_diagnose_zone(mach_memory_info_t *info, zone_t z) in vm_page_diagnose_zone()
9838 mach_memory_info_t *info, in vm_page_add_view()
9850 mach_memory_info_t *info, in vm_page_diagnose_heap_views()
[all …]
/xnu-10063.141.1/osfmk/kern/
H A Dzalloc_internal.h584 extern mach_memory_info_t *panic_kext_memory_info;
H A Dzalloc.c472 mach_memory_info_t *panic_kext_memory_info = NULL;
8297 mach_memory_info_t *mem_info = panic_kext_memory_info; in panic_display_zprint()
8734 mach_memory_info_t *memory_info; in mach_memory_info_internal()
8870 memory_info = (mach_memory_info_t *) memory_info_addr; in mach_memory_info_internal()
8880 *memoryInfop = (mach_memory_info_t *) copy; in mach_memory_info_internal()
/xnu-10063.141.1/bsd/kern/
H A Dkern_shutdown.c120 extern mach_memory_info_t *panic_kext_memory_info;