Home
last modified time | relevance | path

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

/xnu-8792.61.2/iokit/IOKit/
H A DIOLib.h202 #define IOMallocAligned(size, alignment) \ macro
207 void * IOMallocAligned(vm_size_t size, vm_offset_t alignment) __attribute__((alloc_size(1)));
/xnu-8792.61.2/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp88 data = (typeof(data))IOMallocAligned(ptoa(8), page_size); in IOMultMemoryDescriptorTest()
653 data = (typeof(data))IOMallocAligned(page_size, page_size); in IOGuardPageMDTest()