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

Issue 385049: Implement the memory leak annotations for heap leak checker. (Closed)

Created:
11 years, 1 month ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement the memory leak annotations for heap leak checker. leak_annotations.h provides the ANNOTATE_SCOPED_MEMORY_LEAK macro that can be used for annotating known memory leaks in the tests. Those will be ignored by the heap leak checker. Patch contributed by ramosian.glider@gmail.com. Original review at http://codereview.chromium.org/346038/show Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31721

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+467 lines, -1 line) Patch
M base/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gyp View 2 chunks +25 lines, -1 line 0 comments Download
A base/leak_annotations.h View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/tcmalloc/heap-checker.h View 1 chunk +416 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
willchan no longer on Chromium
TBR=ramosian.glider
11 years, 1 month ago (2009-11-11 21:58:02 UTC) #1
not_the_right_glider
11 years, 1 month ago (2009-11-12 06:33:06 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698