Searched refs:kalloc_heap_t (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.140.69/iokit/Kernel/ |
| H A D | IOKitKernelInternal.h | 68 kalloc_heap_t kheap, 75 kalloc_heap_t kheap, 193 typedef uintptr_t (*iopa_proc_t)(kalloc_heap_t kheap, iopa_t * a); 200 extern "C" uintptr_t iopa_alloc(iopa_t * a, iopa_proc_t alloc, kalloc_heap_t kheap,
|
| H A D | IOBufferMemoryDescriptor.cpp | 88 IOBMDPageProc(kalloc_heap_t kheap, iopa_t * a) in IOBMDPageProc() 186 kalloc_heap_t kheap = KHEAP_DATA_SHARED; in initWithPhysicalMask() 686 kalloc_heap_t kheap = KHEAP_DATA_SHARED; in free()
|
| H A D | IOLib.cpp | 590 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() 998 IOMallocOnePageablePage(kalloc_heap_t kheap __unused, iopa_t * a) in IOMallocOnePageablePage() 1238 kalloc_heap_t kheap, in iopa_alloc()
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | kalloc.h | 98 } *kalloc_heap_t; typedef 545 kalloc_heap_t heap, 1404 kalloc_heap_t __kfree_heap = (heap); \ 1412 kalloc_heap_t __kfree_heap = (heap); \ 1418 kalloc_heap_t __kfree_heap = (heap); \ 1747 extern void kheap_startup_init(kalloc_heap_t heap); 1748 extern void kheap_var_startup_init(kalloc_heap_t heap); 1754 kalloc_heap_t kheap, in __sized_by() 1797 kalloc_heap_t kheap, in __sized_by() 1828 kalloc_heap_t kheap,
|
| H A D | kalloc.c | 2225 static inline kalloc_heap_t 2246 kalloc_heap_t kheap, in kalloc_large() 2394 kalloc_heap_t kheap, in kalloc_use_early_heap() 2421 kalloc_heap_t kheap; in kalloc_ext() 2607 kalloc_heap_t kheap; in kalloc_type_impl_external() 2641 kfree_heap_confusion_panic(kalloc_heap_t kheap, void *data, size_t size, zone_t z) in kfree_heap_confusion_panic() 2696 kalloc_heap_t kheap, in kfree_size_require() 2737 kalloc_heap_t kheap; in kfree_zone() 2809 kfree_addr_ext(kalloc_heap_t kheap, void *data) in kfree_addr_ext() 2837 kalloc_heap_t kheap = KHEAP_DEFAULT; in kfree_external() [all …]
|
| H A D | zalloc_internal.h | 579 kalloc_heap_t kh_views;
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_malloc.c | 99 kalloc_heap_t heap = KHEAP_DEFAULT; in _MALLOC_external()
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_resident.c | 10824 kalloc_heap_t kh, in vm_page_diagnose_heap_views() 10840 vm_page_diagnose_heap(mach_memory_info_t *info, kalloc_heap_t kheap) in vm_page_diagnose_heap()
|