Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp484 mach_vm_size_t roundedCapacity; in initWithGuardPages() local
488 if (round_page_overflow(capacity, &roundedCapacity)) { in initWithGuardPages()
492 return initWithPhysicalMask(inTask, options, roundedCapacity, page_size, in initWithGuardPages()