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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2829833003: [Fuchsia] Grab the number of malloc'd bytes from jemalloc (Closed)
Patch Set: Fix guards Created 3 years, 8 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
« runtime/vm/malloc_hooks_jemalloc.cc ('K') | « runtime/vm/profiler_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index ee3d2971f744833299edba0e1add825eb8237c68..9229fd897b2bb1b3b98bdc02495f47a444329c62 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -287,7 +287,8 @@
'longjump.cc',
'longjump.h',
'longjump_test.cc',
- 'malloc_hooks.cc',
+ 'malloc_hooks_jemalloc.cc',
+ 'malloc_hooks_tcmalloc.cc',
'malloc_hooks_arm.cc',
'malloc_hooks_arm64.cc',
'malloc_hooks_ia32.cc',
« runtime/vm/malloc_hooks_jemalloc.cc ('K') | « runtime/vm/profiler_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698