summaryrefslogtreecommitdiff
path: root/chromium/build/config/allocator.gni
blob: 339682bbf03d062728d6b309d30e409a0bea2642 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2014 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.

declare_args() {
  # Partition alloc is included by default except iOS.
  # TODO(thakis): Move this elsewhere, probably
  # base/allocator/partition_allocator/buildflags.gni
  use_partition_alloc = !is_ios
}