Home
last modified time | relevance | path

Searched refs:vm_allocation_zone_total_t (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dvm_types.h169 typedef struct vm_allocation_zone_total vm_allocation_zone_total_t; typedef
/xnu-8019.80.24/osfmk/vm/
H A Dvm_resident.c237 static vm_allocation_zone_total_t **vm_allocation_zone_totals;
9149 size = VM_MAX_TAG_VALUE * sizeof(vm_allocation_zone_total_t * *) in vm_allocation_zones_init()
9150 + 4 * VM_TAG_SIZECLASSES * sizeof(vm_allocation_zone_total_t); in vm_allocation_zones_init()
9157 vm_allocation_zone_totals = (vm_allocation_zone_total_t **) addr; in vm_allocation_zones_init()
9158 addr += VM_MAX_TAG_VALUE * sizeof(vm_allocation_zone_total_t * *); in vm_allocation_zones_init()
9162 vm_allocation_zone_totals[VM_KERN_MEMORY_DIAG] = (vm_allocation_zone_total_t *) addr; in vm_allocation_zones_init()
9163 addr += VM_TAG_SIZECLASSES * sizeof(vm_allocation_zone_total_t); in vm_allocation_zones_init()
9164 vm_allocation_zone_totals[VM_KERN_MEMORY_KALLOC] = (vm_allocation_zone_total_t *) addr; in vm_allocation_zones_init()
9165 addr += VM_TAG_SIZECLASSES * sizeof(vm_allocation_zone_total_t); in vm_allocation_zones_init()
9166 vm_allocation_zone_totals[VM_KERN_MEMORY_KALLOC_DATA] = (vm_allocation_zone_total_t *) addr; in vm_allocation_zones_init()
[all …]