Searched refs:kt_hash (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | kalloc.c | 1903 uint16_t kt_hash, in kalloc_large() argument 1969 kma_flags, kalloc_guard(tag, kt_hash, owner)).kmr_address; in kalloc_large() 2043 uint16_t kt_hash; in kalloc_ext() local 2055 kt_hash = (uint16_t) KT_GET_HASH(kt_view->kt_flags); in kalloc_ext() 2059 kt_hash = kheap->kh_type_hash; in kalloc_ext() 2082 return kalloc_large(kheap, req_size, flags, kt_hash, owner); in kalloc_ext() 2603 uint16_t kt_hash, in krealloc_large() argument 2677 kmr_flags, kalloc_guard(tag, kt_hash, owner)); in krealloc_large() 2740 uint16_t kt_hash = 0; in krealloc_ext() local 2779 kt_hash = KT_GET_HASH(kt_view->kt_flags); in krealloc_ext() [all …]
|