Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h1120 IOMemoryReference * memoryReferenceAlloc(uint32_t capacity,
/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp438 IOGeneralMemoryDescriptor::memoryReferenceAlloc(uint32_t capacity, IOMemoryReference * realloc) in memoryReferenceAlloc() function in IOGeneralMemoryDescriptor
521 ref = memoryReferenceAlloc(kCapacity, NULL); in memoryReferenceCreate()
715 ref = memoryReferenceAlloc(ref->capacity + kCapacityInc, ref); in memoryReferenceCreate()