Searched refs:memoryReferenceAlloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h943 IOMemoryReference * memoryReferenceAlloc(uint32_t capacity,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp405 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) function in class:IOGeneralMemoryDescriptor
488 ref = memoryReferenceAlloc(kCapacity, NULL);
586 ref = memoryReferenceAlloc(ref->capacity + kCapacityInc, ref);

Completed in 273 milliseconds