Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2513)

Unified Diff: build/common.gypi

Issue 1675143004: Allocator shim skeleton + Linux impl behind a build flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shim_exp_flag
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0706226a809b57dd2832b4424d1b943e584b2f98..12b2c1a143f40e231e704dc1ab3eb94e27a033a3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1339,6 +1339,11 @@
# to ~/.gyp/include.gypi, gclient runhooks --force, and do a release build.
'win_use_allocator_shim%': 1, # 1 = shim allocator via libcmt; 0 = msvcrt
+ # Enables the unified allocator shim (experimental) which routes all the
+ # alloc calls to base/. Right now is supported on Linux Desktop only.
+ # http://crbug.com/550886 .
+ 'use_experimental_allocator_shim%': 0,
+
# TODO(bradnelson): eliminate this when possible.
# To allow local gyp files to prevent release.vsprops from being included.
# Yes(1) means include release.vsprops.

Powered by Google App Engine
This is Rietveld 408576698