HomeSort by relevance Sort by last modified time
    Searched defs:AllocateAlignment (Results 1 - 2 of 2) sorted by null

  /external/v8/src/base/platform/
platform-posix.cc 241 size_t OS::AllocateAlignment() {
platform-win32.cc 705 size_t OS::AllocateAlignment() {
794 DCHECK((reinterpret_cast<uintptr_t>(mbase) % OS::AllocateAlignment()) == 0);
    [all...]

Completed in 54 milliseconds