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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp230 _buffer = (void *) iopa_alloc(&gIOBMDPageAllocator, &IOBMDPageProc, capacity, alignment);
509 page = iopa_free(&gIOBMDPageAllocator, (uintptr_t) buffer, size);
H A DIOKitKernelInternal.h229 extern "C" iopa_t gIOBMDPageAllocator;
H A DIOLib.cpp113 iopa_t gIOBMDPageAllocator; variable
182 iopa_init(&gIOBMDPageAllocator);

Completed in 167 milliseconds