Lines Matching full:roundup
236 *allocated = RoundUp(requested, Page::kPageSize);
302 capacity_ = RoundUp(capacity, Page::kPageSize);
408 - RoundUp(start, Page::kPageSize)) >> kPageSizeBits);
514 Address low = RoundUp(chunk_start, Page::kPageSize);
597 Address low = RoundUp(chunks_[chunk_id].address(), Page::kPageSize);
652 first_page_ = MemoryAllocator::CommitPages(RoundUp(start, Page::kPageSize),
1122 RoundUp(new_capacity, static_cast<int>(OS::AllocateAlignment()));
1260 int extra = Min(RoundUp(capacity_, static_cast<int>(OS::AllocateAlignment())),
2601 Page* page = Page::FromAddress(RoundUp(chunk->address(), Page::kPageSize));
2863 int extra_rset_bits = RoundUp(extra_array_bytes / kPointerSize,