Searched refs:kPageSize (Results 1 – 3 of 3) sorted by relevance
622 constexpr size_t kPageSize = PAGE_SIZE; in ChooseRelocationOffsetDelta() local623 CHECK_EQ(min_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta()624 CHECK_EQ(max_delta % kPageSize, 0u); in ChooseRelocationOffsetDelta()632 r = RoundUp(r, kPageSize); in ChooseRelocationOffsetDelta()634 r = RoundDown(r, kPageSize); in ChooseRelocationOffsetDelta()638 CHECK_EQ(r % kPageSize, 0u); in ChooseRelocationOffsetDelta()
88 kPageSize = 65536,
189 mCache(new PageCache(kPageSize)), in NuCachedSource2()367 mCacheOffset + mCache->totalSize(), page->mData, kPageSize); in fetchInternal()