Searched refs:TargetPageSize (Results 1 – 1 of 1) sorted by relevance
390 unsigned TargetPageSize = Client.getPageSize(); in allocateHostBlocks() local392 if (!isPowerOf2_64(static_cast<uint64_t>(TargetPageSize))) in allocateHostBlocks()396 auto TotalSize = calcTotalAllocSize(Request, TargetPageSize); in allocateHostBlocks()420 uint64_t AlignedSegmentSize = alignTo(SegmentSize, TargetPageSize); in allocateHostBlocks()499 unsigned TargetPageSize) { in calcTotalAllocSize() argument504 if (Seg.getAlignment() > TargetPageSize) in calcTotalAllocSize()509 TotalSize = alignTo(TotalSize, TargetPageSize); in calcTotalAllocSize()