Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/osfmk/vm/
H A Dvm_resident.c9372 vm_page_count_object(mach_memory_info_t * info, unsigned int __unused num_info, vm_object_t object) in vm_page_count_object()
9383 typedef void (*vm_page_iterate_proc)(mach_memory_info_t * info,
9387 vm_page_iterate_purgeable_objects(mach_memory_info_t * info, unsigned int num_info, in vm_page_iterate_purgeable_objects()
9401 vm_page_iterate_objects(mach_memory_info_t * info, unsigned int num_info, in vm_page_iterate_objects()
9419 process_account(mach_memory_info_t * info, unsigned int num_info, in process_account()
9576 vm_page_diagnose_zone_stats(mach_memory_info_t *info, zone_stats_t zstats, in vm_page_diagnose_zone_stats()
9589 vm_page_diagnose_zone(mach_memory_info_t *info, zone_t z) in vm_page_diagnose_zone()
9597 vm_page_diagnose_heap(mach_memory_info_t *info, kalloc_heap_t kheap) in vm_page_diagnose_heap()
9616 vm_page_diagnose_kt_heaps(mach_memory_info_t *info) in vm_page_diagnose_kt_heaps()
9642 vm_page_diagnose(mach_memory_info_t * info, unsigned int num_info, uint64_t zones_collectable_bytes) in vm_page_diagnose()
[all …]
/xnu-8792.41.9/osfmk/kern/
H A Dzalloc_internal.h559 extern mach_memory_info_t *panic_kext_memory_info;
H A Dzalloc.c512 mach_memory_info_t *panic_kext_memory_info = NULL;
7922 mach_memory_info_t *mem_info = panic_kext_memory_info; in panic_display_zprint()
8258 mach_memory_info_t *memory_info; in mach_memory_info()
8343 memory_info = (mach_memory_info_t *) memory_info_addr; in mach_memory_info()
8353 *memoryInfop = (mach_memory_info_t *) copy; in mach_memory_info()
/xnu-8792.41.9/bsd/kern/
H A Dkern_shutdown.c119 extern mach_memory_info_t *panic_kext_memory_info;