Home
last modified time | relevance | path

Searched refs:kalloc_heap_t (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.81.2/iokit/Kernel/
H A DIOKitKernelInternal.h68 kalloc_heap_t kheap,
75 kalloc_heap_t kheap,
190 typedef uintptr_t (*iopa_proc_t)(kalloc_heap_t kheap, iopa_t * a);
197 extern "C" uintptr_t iopa_alloc(iopa_t * a, iopa_proc_t alloc, kalloc_heap_t kheap,
H A DIOBufferMemoryDescriptor.cpp85 IOBMDPageProc(kalloc_heap_t kheap, iopa_t * a) in IOBMDPageProc()
183 kalloc_heap_t kheap = KHEAP_DATA_BUFFERS; in initWithPhysicalMask()
681 kalloc_heap_t kheap = KHEAP_DATA_BUFFERS; in free()
H A DIOLib.cpp601 IOFreeAligned_internal(kalloc_heap_t kheap, void * address, vm_size_t size) in IOFreeAligned_internal()
675 kalloc_heap_t kheap, in IOKernelFreePhysical()
720 kalloc_heap_t kheap, in IOKernelAllocateWithPhysicalRestrict()
1092 IOMallocOnePageablePage(kalloc_heap_t kheap __unused, iopa_t * a) in IOMallocOnePageablePage()
1332 kalloc_heap_t kheap, in iopa_alloc()
/xnu-8792.81.2/osfmk/kern/
H A Dkalloc.h98 } *kalloc_heap_t; typedef
528 kalloc_heap_t heap,
1384 kalloc_heap_t __kfree_heap = (heap); \
1392 kalloc_heap_t __kfree_heap = (heap); \
1398 kalloc_heap_t __kfree_heap = (heap); \
1732 kalloc_heap_t heap);
1738 kalloc_heap_t kheap, in __sized_by()
1782 kalloc_heap_t kheap, in __sized_by()
1814 kalloc_heap_t kheap,
H A Dkalloc.c1836 static inline kalloc_heap_t
1839 kalloc_heap_t fallback = KHEAP_DEFAULT; in kalloc_type_get_heap()
1867 kalloc_heap_t kheap, in kalloc_large()
2034 kalloc_heap_t kheap; in kalloc_ext()
2267 kfree_heap_confusion_panic(kalloc_heap_t kheap, void *data, size_t size, zone_t z) in kfree_heap_confusion_panic()
2328 kalloc_heap_t kheap, in kfree_size_require()
2384 kalloc_heap_t kheap; in kfree_zone()
2497 kfree_addr_ext(kalloc_heap_t kheap, void *data) in kfree_addr_ext()
2533 (kheap_free_bounded)(kalloc_heap_t kheap, void *addr,
2606 kalloc_heap_t kheap, in krealloc_large()
[all …]
H A Dzalloc_internal.h530 kalloc_heap_t kh_views;
/xnu-8792.81.2/bsd/kern/
H A Dkern_malloc.c96 kalloc_heap_t heap = KHEAP_DEFAULT; in _MALLOC_external()
/xnu-8792.81.2/osfmk/vm/
H A Dvm_resident.c9643 vm_page_diagnose_heap(mach_memory_info_t *info, kalloc_heap_t kheap) in vm_page_diagnose_heap()