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

Issue 9307050: Memory leak at NativeObjectsExplorer::FindOrAddGroupInfo (Closed)

Created:
8 years, 10 months ago by loislo
Modified:
8 years, 10 months ago
CC:
mnaganov (inactive)
Visibility:
Public.

Description

Using local file src/sconsbuild/Debug/test_shell_tests. Leak of 16 bytes in 1 objects allocated from: @ 8c06b85 v8::internal::NativeObjectsExplorer::FindOrAddGroupInfo BUG=112315 TEST=heapcheck build

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M src/profile-generator.cc View 2 chunks +8 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
loislo
8 years, 10 months ago (2012-02-02 11:46:21 UTC) #1
mnaganov (inactive)
LGTM with a comment. https://chromiumcodereview.appspot.com/9307050/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): https://chromiumcodereview.appspot.com/9307050/diff/1/src/profile-generator.cc#newcode2826 src/profile-generator.cc:2826: hash_(reinterpret_cast<intptr_t>(label)), BTW, you should use ...
8 years, 10 months ago (2012-02-02 12:00:46 UTC) #2
loislo
8 years, 10 months ago (2012-02-02 13:26:10 UTC) #3
On 2012/02/02 12:00:46, Mikhail Naganov (Chromium) wrote:
> LGTM with a comment.
> 
> https://chromiumcodereview.appspot.com/9307050/diff/1/src/profile-generator.cc
> File src/profile-generator.cc (right):
> 
>
https://chromiumcodereview.appspot.com/9307050/diff/1/src/profile-generator.c...
> src/profile-generator.cc:2826: hash_(reinterpret_cast<intptr_t>(label)),
> BTW, you should use ComputeIntegerHash here for better distribution.

I'll do that separately.

Powered by Google App Engine
This is Rietveld 408576698