Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/
H A Dvm_types.h269 typedef struct vm_allocation_zone_total vm_allocation_zone_total_t; typedef
/xnu-10063.141.1/osfmk/vm/
H A Dvm_resident.c238 static vm_allocation_zone_total_t **vm_allocation_zone_totals;
9432 size = VM_MAX_TAG_VALUE * sizeof(vm_allocation_zone_total_t * *) in vm_allocation_zones_init()
9433 + ARRAY_COUNT(early_tags) * VM_TAG_SIZECLASSES * sizeof(vm_allocation_zone_total_t); in vm_allocation_zones_init()
9439 vm_allocation_zone_totals = (vm_allocation_zone_total_t **) addr; in vm_allocation_zones_init()
9440 addr += VM_MAX_TAG_VALUE * sizeof(vm_allocation_zone_total_t * *); in vm_allocation_zones_init()
9445 vm_allocation_zone_totals[early_tags[i]] = (vm_allocation_zone_total_t *)addr; in vm_allocation_zones_init()
9446 addr += VM_TAG_SIZECLASSES * sizeof(vm_allocation_zone_total_t); in vm_allocation_zones_init()
9454 vm_allocation_zone_total_t *stats; in vm_tag_zone_stats_alloc()
9487 vm_allocation_zone_total_t *stats; in vm_tag_update_zone_size()
9708 vm_allocation_zone_total_t * zone; in process_account()
[all …]