Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIOLib.h167 IOMallocAligned_internal(
174 IOMallocAligned_internal(KHEAP_DEFAULT, size, alignment, Z_WAITOK)
/xnu-8020.140.41/iokit/Kernel/
H A DIOLib.cpp511 IOMallocAligned_internal(struct kalloc_heap *kheap, vm_size_t size, in IOMallocAligned_internal() function
656 return IOMallocAligned_internal(KHEAP_DEFAULT, size, alignment, in IOMallocAligned_external()
H A DIOBufferMemoryDescriptor.cpp368 _buffer = IOMallocAligned_internal(kheap, capacity, alignment, in initWithPhysicalMask()