Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dzalloc_internal.h419 z_kalloc_type :1, /* zones that does types based seggregation */ member
H A Dzalloc.c511 .z_kalloc_type = false,
770 if (zsflags.z_kalloc_type) { in zone_page_metadata_index_confusion_panic()
784 if (src_zsflags.z_kalloc_type) { in zone_page_metadata_index_confusion_panic()
2912 if (zsflags.z_kalloc_type && zsflags.z_kheap_id == KHEAP_ID_KT_VAR && in track_kalloc_zones()
2921 if (zsflags.z_kalloc_type && zsflags.z_kheap_id != KHEAP_ID_KT_VAR && in track_kalloc_zones()
2930 if ((zsflags.z_kheap_id || zsflags.z_kalloc_type) && in track_kalloc_zones()
6801 zsflags.z_kalloc_type) { in zalloc_ext()
8605 if (zsflags.z_kalloc_type || zsflags.z_kheap_id == KHEAP_ID_KT_VAR) { in zone_info_needs_to_be_coalesced()
9517 zsflags->z_kalloc_type = true;
9567 if ((zsflags->z_kheap_id || zsflags->z_kalloc_type) && zone_tagging_on) {
H A Dkalloc.c2540 if (!zsflags.z_kalloc_type) { in kalloc_non_data_require()
2608 if (zsflags.z_kalloc_type) { in kfree_heap_confusion_panic()
/xnu-10002.41.9/osfmk/vm/
H A Dvm_resident.c9949 bool kalloc_type = zsflags.z_kalloc_type; in vm_page_diagnose()