Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/
H A DIOKitKernelInternal.h68 kalloc_heap_t kheap,
76 kalloc_heap_t kheap,
194 typedef uintptr_t (*iopa_proc_t)(kalloc_heap_t kheap, iopa_t * a);
201 extern "C" uintptr_t iopa_alloc(iopa_t * a, iopa_proc_t alloc, kalloc_heap_t kheap,
H A DIOBufferMemoryDescriptor.cpp94 IOBMDPageProc(kalloc_heap_t kheap, iopa_t * a) in IOBMDPageProc()
192 kalloc_heap_t kheap = KHEAP_DATA_SHARED; in initWithPhysicalMask()
717 kalloc_heap_t kheap = KHEAP_DATA_SHARED; in free()
H A DIOLib.cpp590 IOFreeAligned_internal(kalloc_heap_t kheap, void * address, vm_size_t size) in IOFreeAligned_internal()
664 kalloc_heap_t kheap, in IOKernelFreePhysical()
709 kalloc_heap_t kheap, in IOKernelAllocateWithPhysicalRestrict()
1010 IOMallocOnePageablePage(kalloc_heap_t kheap __unused, iopa_t * a) in IOMallocOnePageablePage()
1279 kalloc_heap_t kheap, in iopa_alloc()
/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.h98 } *kalloc_heap_t; typedef
560 kalloc_heap_t heap,
1423 kalloc_heap_t __kfree_heap = (heap); \
1431 kalloc_heap_t __kfree_heap = (heap); \
1437 kalloc_heap_t __kfree_heap = (heap); \
1781 extern void kheap_startup_init(kalloc_heap_t heap);
1782 extern void kheap_var_startup_init(kalloc_heap_t heap);
1788 kalloc_heap_t kheap, in __sized_by()
1831 kalloc_heap_t kheap, in __sized_by()
1862 kalloc_heap_t kheap,
H A Dkalloc.c2330 static inline kalloc_heap_t
2356 kalloc_heap_t kheap, in kalloc_large()
2507 kalloc_heap_t kheap, in kalloc_use_early_heap()
2534 kalloc_heap_t kheap; in kalloc_ext()
2759 kalloc_heap_t kheap; in kalloc_type_impl_external()
2793 kfree_heap_confusion_panic(kalloc_heap_t kheap, void *data, size_t size, zone_t z) in kfree_heap_confusion_panic()
2848 kalloc_heap_t kheap, in kfree_size_require()
2889 kalloc_heap_t kheap; in kfree_zone()
2961 kfree_addr_ext(kalloc_heap_t kheap, void *data) in kfree_addr_ext()
2989 kalloc_heap_t kheap = KHEAP_DEFAULT; in kfree_external()
[all …]
H A Dzalloc_internal.h581 kalloc_heap_t kh_views;
/xnu-12377.41.6/bsd/kern/
H A Dkern_malloc.c99 kalloc_heap_t heap = KHEAP_DEFAULT; in _MALLOC_external()
/xnu-12377.41.6/osfmk/vm/
H A Dvm_resident.c11784 kalloc_heap_t kh, in vm_page_diagnose_heap_views()
11800 vm_page_diagnose_heap(mach_memory_info_t *info, kalloc_heap_t kheap) in vm_page_diagnose_heap()