Home | History | Annotate | Download | only in platform

Lines Matching full:allocatealignment

705 size_t OS::AllocateAlignment() {
794 DCHECK((reinterpret_cast<uintptr_t>(mbase) % OS::AllocateAlignment()) == 0);
1208 DCHECK((alignment % OS::AllocateAlignment()) == 0);
1210 static_cast<intptr_t>(OS::AllocateAlignment()));