Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp154 IOFreeAligned(data, ptoa(8)); in IOMultMemoryDescriptorTest()
711 IOFreeAligned(data, page_size); in IOGuardPageMDTest()
/xnu-8792.41.9/iokit/IOKit/
H A DIOLib.h233 void IOFreeAligned(void * address, vm_size_t size);
/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp662 IOFreeAligned( in IOFreeAligned() function