Bug 30853 - Allow custom memory allocation control for JavaScriptCore's ListHashSet
Summary: Allow custom memory allocation control for JavaScriptCore's ListHashSet
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-28 05:37 PDT by Zoltan Horvath
Modified: 2009-10-30 01:54 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.46 KB, patch)
2009-10-28 05:39 PDT, Zoltan Horvath
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2009-10-28 05:37:52 PDT
Inherits ListHashSet class from FastAllocBase because it has been instantiated by 'new' in WebCore/rendering/RenderBlock.cpp:1813.
Comment 1 Zoltan Horvath 2009-10-28 05:39:00 PDT
Created attachment 42017 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-10-30 01:54:19 PDT
Landed in 50324.
https://trac.webkit.org/changeset/50324