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

Issue 2625613002: Implemented basic heap memory allocation tracking in MallocHooks using hooks registered with tcmall… (Closed)

Created:
3 years, 11 months ago by bkonyi
Modified:
3 years, 11 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

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=

Patch Set 1 #

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:

Powered by Google App Engine
This is Rietveld 408576698