// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/base/page-allocator.h" #include "src/base/platform/platform.h" #if V8_OS_DARWIN #include <sys/mman.h> // For MAP_JIT. #endif namespace v8 { base // namespace base } // namespace v8