Home | History | Annotate | Download | only in src

Lines Matching full:os_alignment

2762   int os_alignment = static_cast<int>(OS::AllocateAlignment());
2763 if (os_alignment < Page::kPageSize) {
2764 size_in_bytes += (Page::kPageSize - os_alignment);