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