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

Issue 1044143002: Oilpan: Centralize Partition allocators into Partitions.h (part 2) (Closed)

Created:
5 years, 8 months ago by haraken
Modified:
5 years, 8 months ago
CC:
blink-reviews, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, Mikhail
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Centralize Partition allocators into Partitions.h (part 2) This CL moves FastMalloc's allocator (i.e., FastMalloc::gPartition) into Partitions.h. BUG=471650 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192899

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -29 lines) Patch
M Source/wtf/FastMalloc.h View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/wtf/FastMalloc.cpp View 2 chunks +4 lines, -22 lines 0 comments Download
M Source/wtf/Partitions.h View 1 1 chunk +25 lines, -2 lines 0 comments Download
M Source/wtf/Partitions.cpp View 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
haraken
PTAL
5 years, 8 months ago (2015-03-31 11:40:22 UTC) #2
Tom Sepez
Why is it safe to remove the lock around initialization?
5 years, 8 months ago (2015-03-31 16:36:16 UTC) #3
haraken
On 2015/03/31 16:36:16, Tom Sepez wrote: > Why is it safe to remove the lock ...
5 years, 8 months ago (2015-03-31 23:11:30 UTC) #4
Tom Sepez
On 2015/03/31 23:11:30, haraken wrote: > On 2015/03/31 16:36:16, Tom Sepez wrote: > > Why ...
5 years, 8 months ago (2015-04-01 01:02:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1044143002/1
5 years, 8 months ago (2015-04-01 01:06:27 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/30196)
5 years, 8 months ago (2015-04-01 01:17:07 UTC) #9
haraken
tkent-san: Would you take a look as an OWNER?
5 years, 8 months ago (2015-04-01 01:18:04 UTC) #11
tkent
https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h File Source/wtf/Partitions.h (right): https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h#newcode53 Source/wtf/Partitions.h:53: initialize(); Why is this necessary? Is it possible to ...
5 years, 8 months ago (2015-04-01 01:26:09 UTC) #12
haraken
https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h File Source/wtf/Partitions.h (right): https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h#newcode53 Source/wtf/Partitions.h:53: initialize(); On 2015/04/01 01:26:09, tkent wrote: > Why is ...
5 years, 8 months ago (2015-04-01 01:33:07 UTC) #13
tkent
lgtm https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h File Source/wtf/Partitions.h (right): https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h#newcode53 Source/wtf/Partitions.h:53: initialize(); On 2015/04/01 01:33:07, haraken wrote: > On ...
5 years, 8 months ago (2015-04-01 01:35:37 UTC) #14
haraken
On 2015/04/01 01:33:07, haraken wrote: > https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h > File Source/wtf/Partitions.h (right): > > https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h#newcode53 > ...
5 years, 8 months ago (2015-04-01 01:35:46 UTC) #15
Chris Evans
https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h File Source/wtf/Partitions.h (right): https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h#newcode53 Source/wtf/Partitions.h:53: initialize(); On 2015/04/01 01:33:07, haraken wrote: > On 2015/04/01 ...
5 years, 8 months ago (2015-04-01 01:38:48 UTC) #16
haraken
On 2015/04/01 01:38:48, Chris Evans wrote: > https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h > File Source/wtf/Partitions.h (right): > > https://codereview.chromium.org/1044143002/diff/1/Source/wtf/Partitions.h#newcode53 ...
5 years, 8 months ago (2015-04-01 01:53:50 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1044143002/20001
5 years, 8 months ago (2015-04-01 01:56:11 UTC) #20
tkent
> At the moment, I'll add a TODO and land this CL with the initialization ...
5 years, 8 months ago (2015-04-01 01:56:27 UTC) #21
commit-bot: I haz the power
5 years, 8 months ago (2015-04-01 03:23:03 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192899

Powered by Google App Engine
This is Rietveld 408576698