|
|
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.
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -3 lines) |
Patch |
 |
M |
runtime/BUILD.gn
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/BUILD.gn
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/gen_snapshot.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/main.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/platform/assert.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.cc
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/malloc_hooks.h
|
View
|
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/malloc_hooks.cc
|
View
|
|
1 chunk |
+63 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/malloc_hooks_unsupported.cc
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
|