[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 23:55:45 PDT 2012


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





--- Comment #12 from hojong.han at samsung.com  2012-03-12 23:55:44 PST ---
(In reply to comment #9)
> > 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.
My way of thinking got stuck. 
Your comment showed a broader way. Thanks.

-- 
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