[Webkit-unassigned] [Bug 79614] [JSC] Memory allocation failed by fastmalloc even if heap grows successfully

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 11:53:58 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=79614





--- Comment #9 from Geoffrey Garen <ggaren at apple.com>  2012-03-12 11:53:53 PST ---
> 1732  if (grown_heap)
> 1733    return NULL;

The case can never happen. If you've just grown the heap to accommodate your allocation, allocation will always succeed. I think you should remove this test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list