Home
last modified time | relevance | path

Searched refs:IOFreeAligned (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp155 IOFreeAligned(data, ptoa(8)); in IOMultMemoryDescriptorTest()
713 IOFreeAligned(data, page_size); in IOGuardPageMDTest()
/xnu-11215/iokit/IOKit/
H A DIOLib.h241 void IOFreeAligned(void * address, vm_size_t size);
/xnu-11215/iokit/Kernel/
H A DIOLib.cpp665 IOFreeAligned( in IOFreeAligned() function