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

Issue 2643303003: Reintroducing MallocHooks changes with fix for infinite loop in MallocHooks on Platform::Exit. (Closed)

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

Description

Reintroducing MallocHooks changes with fix for infinite loop in MallocHooks on Platform::Exit. BUG= R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/7bf5d870174fc2f18126bdf5719ebb6209a2ab1d

Patch Set 1 #

Total comments: 2

Patch Set 2 : Reintroducing MallocHooks changes with fix for infinite loop in MallocHooks on Platform::Exit. #

Total comments: 2

Patch Set 3 : Reintroducing MallocHooks changes with fix for infinite loop in MallocHooks on Platform::Exit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+510 lines, -46 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/bin.gypi View 2 chunks +0 lines, -6 lines 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 +63 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 2 1 chunk +255 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 +26 lines, -4 lines 0 comments Download
M runtime/vm/vm.gypi View 4 chunks +0 lines, -28 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
bkonyi
3 years, 11 months ago (2017-01-20 18:00:53 UTC) #2
zra
https://codereview.chromium.org/2643303003/diff/1/runtime/vm/malloc_hooks.cc File runtime/vm/malloc_hooks.cc (right): https://codereview.chromium.org/2643303003/diff/1/runtime/vm/malloc_hooks.cc#newcode169 runtime/vm/malloc_hooks.cc:169: AddressMap* MallocHooksState::address_map_ = new AddressMap(); Let's allocate this in ...
3 years, 11 months ago (2017-01-20 18:13:28 UTC) #3
bkonyi
https://codereview.chromium.org/2643303003/diff/1/runtime/vm/malloc_hooks.cc File runtime/vm/malloc_hooks.cc (right): https://codereview.chromium.org/2643303003/diff/1/runtime/vm/malloc_hooks.cc#newcode169 runtime/vm/malloc_hooks.cc:169: AddressMap* MallocHooksState::address_map_ = new AddressMap(); On 2017/01/20 at 18:13:28, ...
3 years, 11 months ago (2017-01-20 20:13:53 UTC) #4
zra
lgtm after function rename https://codereview.chromium.org/2643303003/diff/20001/runtime/vm/malloc_hooks.cc File runtime/vm/malloc_hooks.cc (right): https://codereview.chromium.org/2643303003/diff/20001/runtime/vm/malloc_hooks.cc#newcode111 runtime/vm/malloc_hooks.cc:111: static void set_initialized() { Maybe ...
3 years, 11 months ago (2017-01-20 20:23:13 UTC) #5
bkonyi
3 years, 11 months ago (2017-01-20 23:27:07 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
7bf5d870174fc2f18126bdf5719ebb6209a2ab1d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698