RESOLVED FIXED 26674
Allow custom memory allocation control for JavaScriptCore's HashMap class
https://bugs.webkit.org/show_bug.cgi?id=26674
Summary Allow custom memory allocation control for JavaScriptCore's HashMap class
Zoltan Horvath
Reported 2009-06-24 04:39:11 PDT
Inherits HashMap class from FastAllocBase because it has been instantiated by 'new' in JavaScriptCore/runtime/Structure.cpp:458.
Attachments
proposed patch (1.23 KB, patch)
2009-06-24 04:40 PDT, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-06-24 04:40:22 PDT
Created attachment 31780 [details] proposed patch
Eric Seidel (no email)
Comment 2 2009-06-24 16:53:41 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M JavaScriptCore/ChangeLog M JavaScriptCore/wtf/HashMap.h Committed r45120 http://trac.webkit.org/changeset/45120
Note You need to log in before you can comment on or make changes to this bug.