|
|
Revert "Revert "Implemented basic heap memory allocation tracking in MallocHooks using hooks registered with tcmalloc. Also updated BUILD.gn files to account for include paths within the tcmalloc project.""
This reverts commit 10686766cddb600319820aa31aff42ef82118aee.
BUG=
TBR=zra@google.com
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+499 lines, -11 lines) |
Patch |
 |
M |
runtime/BUILD.gn
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/BUILD.gn
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/bin/gen_snapshot.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart.cc
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/hash_map.h
|
View
|
|
2 chunks |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/hash_map_test.cc
|
View
|
|
2 chunks |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/malloc_hooks.h
|
View
|
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/malloc_hooks.cc
|
View
|
|
1 chunk |
+251 lines, -4 lines |
0 comments
|
Download
|
 |
A |
runtime/vm/malloc_hooks_test.cc
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/malloc_hooks_unsupported.cc
|
View
|
|
1 chunk |
+25 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/vm_sources.gypi
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Depends on Patchset:
|