Searched refs:IOMallocAligned (Results 1 – 2 of 2) sorted by relevance
202 #define IOMallocAligned(size, alignment) \ macro207 void * IOMallocAligned(vm_size_t size, vm_offset_t alignment) __attribute__((alloc_size(1)));
88 data = (typeof(data))IOMallocAligned(ptoa(8), page_size); in IOMultMemoryDescriptorTest()653 data = (typeof(data))IOMallocAligned(page_size, page_size); in IOGuardPageMDTest()