Bug 6486

Summary: JavaScriptCore should use system malloc on Windows
Product: WebKit Reporter: Justin Haygood <jhaygood>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Adds USE_SYSTEM_MALLOC to config.h darin: review+

Justin Haygood
Reported 2006-01-10 20:05:31 PST
The KXMLCore classes required for fastmalloc don't work on Windows. Attatched patch makes Windows use the system malloc (sufficient for most cases) until its ported.
Attachments
Adds USE_SYSTEM_MALLOC to config.h (300 bytes, patch)
2006-01-10 20:06 PST, Justin Haygood
darin: review+
Justin Haygood
Comment 1 2006-01-10 20:06:02 PST
Created attachment 5603 [details] Adds USE_SYSTEM_MALLOC to config.h
Darin Adler
Comment 2 2006-01-10 20:38:58 PST
Comment on attachment 5603 [details] Adds USE_SYSTEM_MALLOC to config.h r=me
Note You need to log in before you can comment on or make changes to this bug.