Home
last modified time | relevance | path

Searched refs:kheap_zones (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dkalloc.c380 static SECURITY_READ_ONLY_LATE(struct kheap_zones) kalloc_zones_default = {
398 static SECURITY_READ_ONLY_LATE(struct kheap_zones) kalloc_zones_data = {
416 static SECURITY_READ_ONLY_LATE(struct kheap_zones) kalloc_zones_kext = {
440 struct kheap_zones *zones = kheap->kh_zones; in kalloc_zones_init()
730 struct kheap_zones *khz = kheap->kh_zones; in kalloc_idx_for_size()
752 struct kheap_zones *khz = kheap->kh_zones; in kalloc_heap_zone_for_idx()
1455 struct kheap_zones *khz = kheap->kh_zones; in kalloc_heap_zone_for_size()
2357 struct kheap_zones *zones; in kheap_startup_init()
H A Dzalloc_internal.h449 struct kheap_zones { struct
H A Dkalloc.h92 struct kheap_zones *kh_zones;
/xnu-8019.80.24/osfmk/vm/
H A Dvm_resident.c9538 struct kheap_zones *zones = kheap->kh_zones; in vm_page_diagnose_heap()