Home | History | Annotate | Download | only in src

Lines Matching defs:AllocateAlignment

867 size_t OS::AllocateAlignment() {
940 ASSERT(IsAligned(reinterpret_cast<size_t>(mbase), OS::AllocateAlignment()));
1473 ASSERT(IsAligned(alignment, static_cast<intptr_t>(OS::AllocateAlignment())));
1475 static_cast<intptr_t>(OS::AllocateAlignment()));