RESOLVED FIXED 6486
JavaScriptCore should use system malloc on Windows
https://bugs.webkit.org/show_bug.cgi?id=6486
Summary JavaScriptCore should use system malloc on Windows
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.