Bug 26674

Summary: Allow custom memory allocation control for JavaScriptCore's HashMap class
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
proposed patch darin: review+

Description Zoltan Horvath 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.
Comment 1 Zoltan Horvath 2009-06-24 04:40:22 PDT
Created attachment 31780 [details]
proposed patch
Comment 2 Eric Seidel (no email) 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