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

Issue 2110010: Patch out posix_memalign in the out-of-memory killer.... (Closed)

Created:
10 years, 7 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, John Grabowski, brettw-cc_chromium.org, pam+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Patch out posix_memalign in the out-of-memory killer. BUG=http://crbug.com/44189 TEST=included in base_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=47714

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -16 lines) Patch
M base/process_util_mac.mm View 1 9 chunks +77 lines, -9 lines 2 comments Download
M base/process_util_unittest.cc View 1 2 chunks +19 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Avi (use Gerrit)
10 years, 7 months ago (2010-05-19 19:00:58 UTC) #1
Mark Mentovai
http://codereview.chromium.org/2110010/diff/1/2 File base/process_util_mac.mm (right): http://codereview.chromium.org/2110010/diff/1/2#newcode360 base/process_util_mac.mm:360: // === C malloc/calloc/valloc/realloc === C malloc/calloc/valloc/realloc/posix_memalign http://codereview.chromium.org/2110010/diff/1/2#newcode362 base/process_util_mac.mm:362: ...
10 years, 7 months ago (2010-05-19 19:33:22 UTC) #2
Avi (use Gerrit)
All addressed.
10 years, 7 months ago (2010-05-19 20:04:38 UTC) #3
Mark Mentovai
http://codereview.chromium.org/2110010/diff/6001/7001 File base/process_util_mac.mm (right): http://codereview.chromium.org/2110010/diff/6001/7001#newcode450 base/process_util_mac.mm:450: && 0 == (alignment & (alignment - 1))) Use ...
10 years, 7 months ago (2010-05-19 20:11:17 UTC) #4
Mark Mentovai
10 years, 7 months ago (2010-05-19 20:11:22 UTC) #5
lg

Powered by Google App Engine
This is Rietveld 408576698