Home | History | Annotate | Download | only in src

Lines Matching refs:AllocateAlignment

1308       RoundUp(new_capacity, static_cast<int>(OS::AllocateAlignment()));
1448 int extra = Min(RoundUp(capacity_, static_cast<int>(OS::AllocateAlignment())),
1463 ASSERT(IsAligned(delta, OS::AllocateAlignment()));
1477 ASSERT(IsAligned(delta, OS::AllocateAlignment()));
2762 int os_alignment = static_cast<int>(OS::AllocateAlignment());