blob: 37cd0877e3aae9282a96fc86f04f9932e1d0e10f [file] [log] [blame]
// Copyright 2013 The Chromium 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 "base/process/process_metrics.h"
namespace base {
size_t GetPageSize() {
return 4 * 1024;
}
} // namespace base