blob: 7db05a57f80aee4c0d27acc140d65d3e32b2b630 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/allocator/allocator.gni.orig 2021-03-12 23:57:15 UTC
+++ base/allocator/allocator.gni
@@ -58,7 +58,7 @@ declare_args() {
# not, and redesign or remove the flag accordingly. We may want to assert a
# possible conflict between |use_allocator = "partition"| and
# |use_partition_alloc = true| rather than prioritizing use_partition_alloc.
- use_partition_alloc = !is_ios # Never use PartitionAlloc on iOS.
+ use_partition_alloc = !is_ios # Never use PartitionAlloc on iOS.
}
if (!use_partition_alloc && use_allocator == "partition") {
|