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

Issue 11564015: Never try to add 0 bytes to free list. (Closed)

Created:
8 years ago by Vyacheslav Egorov (Google)
Modified:
8 years ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Never try to add 0 bytes to free list. R=iposva@google.com BUG=dart:7288 Committed: https://code.google.com/p/dart/source/detail?r=16114

Patch Set 1 #

Total comments: 1

Patch Set 2 : add {} #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M runtime/vm/pages.cc View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Google)
8 years ago (2012-12-13 14:38:44 UTC) #1
Ivan Posva
LGTM with comment. -Ivan https://codereview.chromium.org/11564015/diff/1/runtime/vm/pages.cc File runtime/vm/pages.cc (right): https://codereview.chromium.org/11564015/diff/1/runtime/vm/pages.cc#newcode224 runtime/vm/pages.cc:224: if (free_size > 0) freelist_[type].Free(free_start, ...
8 years ago (2012-12-13 14:45:17 UTC) #2
Vyacheslav Egorov (Google)
8 years ago (2012-12-13 14:46:21 UTC) #3
Thanks for the review. Landing.

Powered by Google App Engine
This is Rietveld 408576698