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

Unified Diff: base/allocator/allocator.gyp

Issue 10825250: Expose memory allocator internal stats and properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add jemalloc.h include Created 8 years, 3 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
« no previous file with comments | « no previous file | base/allocator/allocator_extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/allocator.gyp
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 002ce2185a67e8ec6c600908075602565138511c..db95863471222c7aa93134fa4581085e87574455 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -316,6 +316,7 @@
'libcmt',
],
'include_dirs': [
+ '<(jemalloc_dir)',
'<(tcmalloc_dir)/src/windows',
],
'sources!': [
« no previous file with comments | « no previous file | base/allocator/allocator_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698