Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/IOKit/
H A DIOLib.h181 IOMallocAligned_internal(
186 #define IOMallocAligned(size, alignment) IOMallocAligned_internal(KHEAP_DEFAULT, size, alignment)
/xnu-8020.101.4/iokit/Kernel/
H A DIOLib.cpp439 return IOMallocAligned_internal(KHEAP_KEXT, size, alignment); in IOMallocAligned_external()
443 IOMallocAligned_internal(struct kalloc_heap *kheap, vm_size_t size, in IOMallocAligned_internal() function
H A DIOBufferMemoryDescriptor.cpp364 _buffer = IOMallocAligned_internal(kheap, capacity, alignment); in initWithPhysicalMask()