Searched refs:IOMallocPageable (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOLib.h132 /*! @function IOMallocPageable
139 void * IOMallocPageable(vm_size_t size, vm_size_t alignment);
142 @abstract Frees memory allocated with IOMallocPageable.
143 @discussion This function frees memory allocated with IOMallocPageable, it may block and so should not be called from interrupt level or while a simple lock is held.
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp697 void * IOMallocPageable(vm_size_t size, vm_size_t alignment) function
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp4034 __private->saveFramebuffer = IOMallocPageable( __private->saveLength, page_size );

Completed in 301 milliseconds