Bug 6486 - JavaScriptCore should use system malloc on Windows
Summary: JavaScriptCore should use system malloc on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 20:05 PST by Justin Haygood
Modified: 2006-01-11 08:18 PST (History)
0 users

See Also:


Attachments
Adds USE_SYSTEM_MALLOC to config.h (300 bytes, patch)
2006-01-10 20:06 PST, Justin Haygood
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Haygood 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.
Comment 1 Justin Haygood 2006-01-10 20:06:02 PST
Created attachment 5603 [details]
Adds USE_SYSTEM_MALLOC to config.h
Comment 2 Darin Adler 2006-01-10 20:38:58 PST
Comment on attachment 5603 [details]
Adds USE_SYSTEM_MALLOC to config.h

r=me