Home
last modified time | relevance | path

Searched refs:IOMallocAligned_internal (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/iokit/IOKit/
H A DIOLib.h180 IOMallocAligned_internal(
185 #define IOMallocAligned(size, alignment) IOMallocAligned_internal(KHEAP_DEFAULT, size, alignment)
/xnu-8019.80.24/iokit/Kernel/
H A DIOLib.cpp430 return IOMallocAligned_internal(KHEAP_KEXT, size, alignment); in IOMallocAligned_external()
434 IOMallocAligned_internal(struct kalloc_heap *kheap, vm_size_t size, in IOMallocAligned_internal() function
H A DIOBufferMemoryDescriptor.cpp360 _buffer = IOMallocAligned_internal(kheap, capacity, alignment); in initWithPhysicalMask()