Home
last modified time | relevance | path

Searched refs:IOMallocAligned (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/iokit/IOKit/
H A DIOLib.h210 #define IOMallocAligned(size, alignment) \ macro
215 void * IOMallocAligned(vm_size_t size, vm_offset_t alignment) __attribute__((alloc_size(1)));
/xnu-11215.81.4/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp89 data = (typeof(data))IOMallocAligned(ptoa(8), page_size); in IOMultMemoryDescriptorTest()
655 data = (typeof(data))IOMallocAligned(page_size, page_size); in IOGuardPageMDTest()