Searched refs:kLargestPageSize (Results 1 – 3 of 3) sorted by relevance
29 constexpr uint64_t kLargestPageSize = 65536; variable
46 mAllocator = std::make_unique<gfxstream::guest::SubAllocator>(address, mSize, kLargestPageSize); in CoherentMemory()
3019 hostAllocationInfo.allocationSize = ALIGN(pAllocateInfo->allocationSize, kLargestPageSize); in allocateCoherentMemory()