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

Issue 11794029: GTTF: Enable debugallocation by default. (Closed)

Created:
7 years, 11 months ago by Paweł Hajdan Jr.
Modified:
7 years, 11 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, dmikurube+memory_chromium.org
Visibility:
Public.

Description

GTTF: Enable debugallocation by default. TBR=willchan BUG=30715 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175915

Patch Set 1 #

Patch Set 2 : uninitialized variables #

Patch Set 3 : fixes #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M base/allocator/allocator.gyp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Paweł Hajdan Jr.
TBR, just flipping a flag and part of previously reviewed CL
7 years, 11 months ago (2013-01-09 23:18:39 UTC) #1
willchan no longer on Chromium
7 years, 11 months ago (2013-01-16 00:00:35 UTC) #2
lgtm

On Wed, Jan 9, 2013 at 3:18 PM,  <phajdan.jr@chromium.org> wrote:
> Reviewers: willchan,
>
> Message:
> TBR, just flipping a flag and part of previously reviewed CL
>
> Description:
> GTTF: Enable debugallocation by default.
>
> TBR=willchan
>
> BUG=30715
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175915
>
> Please review this at https://codereview.chromium.org/11794029/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src
>
> Affected files:
>   M base/allocator/allocator.gyp
>
>
> Index: base/allocator/allocator.gyp
> diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
> index
>
f5bda7370c1b5decbe6fa05eb5a77f51a5fc9543..e177fb8d6f568ccee6b3ae94ecbe3ae98de00d32
> 100644
> --- a/base/allocator/allocator.gyp
> +++ b/base/allocator/allocator.gyp
> @@ -312,7 +312,7 @@
>              # Provide a way to force disable debugallocation in Debug
> builds,
>              # e.g. for profiling (it's more rare to profile Debug builds,
>              # but people sometimes need to do that).
> -            'disable_debugallocation%': 1,
> +            'disable_debugallocation%': 0,
>            },
>            'conditions': [
>              ['disable_debugallocation==0', {
>
>

Powered by Google App Engine
This is Rietveld 408576698