Closed
Bug 523389
Opened 16 years ago
Closed 16 years ago
once we hit soft limit can fail allocations should fail and large allocations that would trigger the soft limit should also fail
Categories
(Tamarin Graveyard :: Garbage Collection (mmGC), defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: treilly, Assigned: treilly)
References
Details
Attachments
(2 files)
|
722 bytes,
patch
|
lhansen
:
superreview+
|
Details | Diff | Splinter Review |
|
421 bytes,
patch
|
lhansen
:
superreview+
|
Details | Diff | Splinter Review |
No description provided.
Updated•16 years ago
|
Priority: -- → P3
Target Milestone: --- → flash10.1
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #413322 -
Flags: superreview?(lhansen)
Attachment #413322 -
Flags: review?(bgetlin)
| Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Updated•16 years ago
|
Attachment #413322 -
Flags: superreview?(lhansen) → superreview+
Comment 2•16 years ago
|
||
Tommy, I'm not sure bgetlin has review privileges, may want to ping him directly.
| Assignee | ||
Updated•16 years ago
|
Attachment #413322 -
Flags: review?(bgetlin)
| Assignee | ||
Comment 3•16 years ago
|
||
changeset: 3182:d7d9ba597cbe
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•16 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 4•16 years ago
|
||
Attachment #415424 -
Flags: superreview?
| Assignee | ||
Updated•16 years ago
|
Attachment #415424 -
Flags: superreview? → superreview?(lhansen)
| Assignee | ||
Comment 5•16 years ago
|
||
additional tweak from field testing, in cases where the kCanFail allocation is a big one we can safely recover from its overkill to send the notifications. Also since we keep the memory and return NULL it doesn't really make sense to say we hit the limit.
Updated•16 years ago
|
Attachment #415424 -
Flags: superreview?(lhansen) → superreview+
| Assignee | ||
Comment 6•16 years ago
|
||
pushed 3235
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•