Closed
Bug 513176
Opened 16 years ago
Closed 16 years ago
FixedMalloc locks screwing up OOM
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: treilly, Assigned: treilly)
Details
Attachments
(1 file)
3.48 KB,
patch
|
lhansen
:
superreview-
|
Details | Diff | Splinter Review |
No description provided.
Attachment #397200 -
Flags: superreview?(lhansen)
Comment 1•16 years ago
|
||
Comment on attachment 397200 [details] [diff] [review]
p4 diff2 patch
This introduces a parameter on the critical path where one is not needed. It should be sufficient - if I've understood it correctly - for the isFixedAllocSafe flag to be set in FixedAlloc's constructor, and then picked up by CreateChunk.
Attachment #397200 -
Flags: superreview?(lhansen) → superreview-
Assignee | ||
Comment 2•16 years ago
|
||
that works for me, can I consider this +'d if I make that change?
Comment 3•16 years ago
|
||
(In reply to comment #2)
> that works for me, can I consider this +'d if I make that change?
Yeah, that should be OK.
Assignee | ||
Comment 4•16 years ago
|
||
changeset: 2433:f1ed8a71f419
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•