Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp441 size_t oldCapacity; in memoryReferenceAlloc() local
444 oldCapacity = realloc->capacity; in memoryReferenceAlloc()
446 oldCapacity = 0; in memoryReferenceAlloc()
451 oldCapacity, capacity, realloc, Z_WAITOK_ZERO); in memoryReferenceAlloc()
453 if (oldCapacity == 0) { in memoryReferenceAlloc()