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

Unified Diff: build/config/allocator.gni

Issue 1839503002: [tracing] Add native allocation tracing mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WalkStackFrames (wants frame pointers) Created 4 years, 9 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/config/allocator.gni
diff --git a/build/config/allocator.gni b/build/config/allocator.gni
index c79f930b3d911e1d2eb654813f6de593d53199be..d73aa3395313e8b207698e755b37f8e9ba9e8ba9 100644
--- a/build/config/allocator.gni
+++ b/build/config/allocator.gni
@@ -25,6 +25,7 @@ declare_args() {
# but we need to get there first. http://crbug.com/550886 .
# Causes all the allocations to be routed via allocator_shim.cc.
use_experimental_allocator_shim = _default_use_experimental_allocator_shim
+ use_experimental_allocation_tracing = false
}
assert(use_allocator == "none" || use_allocator == "tcmalloc")

Powered by Google App Engine
This is Rietveld 408576698