Searched refs:IOMallocAligned (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOLib.h95 /*! @function IOMallocAligned
102 void * IOMallocAligned(vm_size_t size, vm_offset_t alignment);
105 @abstract Frees memory allocated with IOMallocAligned.
106 @discussion This function frees memory allocated with IOMallocAligned, it may block and so should not be called from interrupt level or while a simple lock is held.
/xnu-2782.1.97/iokit/Kernel/
H A DIODataQueue.cpp98 dataQueue = (IODataQueueMemory *)IOMallocAligned(allocSize, PAGE_SIZE);
H A DIOSharedDataQueue.cpp98 dataQueue = (IODataQueueMemory *)IOMallocAligned(allocSize, PAGE_SIZE);
H A DIOBufferMemoryDescriptor.cpp241 _buffer = IOMallocAligned(capacity, alignment);
H A DIOLib.cpp241 void * IOMallocAligned(vm_size_t size, vm_size_t alignment) function

Completed in 317 milliseconds