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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2623613003: Implemented basic heap memory allocation tracking in MallocHooks using hooks registered with tcmall… (Closed)
Patch Set: Implemented basic heap memory allocation tracking in MallocHooks using hooks registered with tcmall… Created 3 years, 11 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: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index e75af23a485e1b048087cb673f28fc99e5afa253..cd72fda195f8c9a2fbf9ed8f2a10a30d44318ca1 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -286,8 +286,9 @@
'longjump.h',
'longjump_test.cc',
'malloc_hooks.cc',
- 'malloc_hooks_unsupported.cc',
'malloc_hooks.h',
+ 'malloc_hooks_test.cc',
+ 'malloc_hooks_unsupported.cc',
'megamorphic_cache_table.cc',
'megamorphic_cache_table.h',
'memory_region.cc',
« runtime/vm/malloc_hooks_unsupported.cc ('K') | « runtime/vm/malloc_hooks_unsupported.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698