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

Issue 10957067: Ensure we mask freelist pointers properly on 32-bit Linux (Closed)

Created:
8 years, 3 months ago by jschuh
Modified:
8 years, 3 months ago
CC:
chromium-reviews, dmikurube+memory_chromium.org
Visibility:
Public.

Description

Ensure we mask freelist pointers properly on 32-bit Linux Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158485

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M third_party/tcmalloc/chromium/src/free_list.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jschuh
My first patch could hit an odd corner-case when a 32-bit Linux process is running ...
8 years, 3 months ago (2012-09-24 20:32:40 UTC) #1
jar (doing other things)
lgtm https://codereview.chromium.org/10957067/diff/2001/third_party/tcmalloc/chromium/src/free_list.cc File third_party/tcmalloc/chromium/src/free_list.cc (right): https://codereview.chromium.org/10957067/diff/2001/third_party/tcmalloc/chromium/src/free_list.cc#newcode85 third_party/tcmalloc/chromium/src/free_list.cc:85: const uintptr_t q = ~(reinterpret_cast<uintptr_t>(TCMalloc_SystemAlloc) nit: rename q--> ...
8 years, 3 months ago (2012-09-24 21:59:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jschuh@chromium.org/10957067/6001
8 years, 3 months ago (2012-09-24 22:05:33 UTC) #3
jschuh
https://codereview.chromium.org/10957067/diff/2001/third_party/tcmalloc/chromium/src/free_list.cc File third_party/tcmalloc/chromium/src/free_list.cc (right): https://codereview.chromium.org/10957067/diff/2001/third_party/tcmalloc/chromium/src/free_list.cc#newcode85 third_party/tcmalloc/chromium/src/free_list.cc:85: const uintptr_t q = ~(reinterpret_cast<uintptr_t>(TCMalloc_SystemAlloc) On 2012/09/24 21:59:54, jar ...
8 years, 3 months ago (2012-09-24 22:06:00 UTC) #4
commit-bot: I haz the power
8 years, 3 months ago (2012-09-25 01:10:58 UTC) #5
Change committed as 158485

Powered by Google App Engine
This is Rietveld 408576698