Searched refs:IOMallocAligned_internal (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/iokit/IOKit/ |
| H A D | IOLib.h | 167 IOMallocAligned_internal( 174 IOMallocAligned_internal(KHEAP_DEFAULT, size, alignment, Z_WAITOK)
|
| /xnu-8020.140.41/iokit/Kernel/ |
| H A D | IOLib.cpp | 511 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 D | IOBufferMemoryDescriptor.cpp | 368 _buffer = IOMallocAligned_internal(kheap, capacity, alignment, in initWithPhysicalMask()
|