Bug 40653 - [BREWMP] Use global new/delete operator overloading with USE_SYSTEM_MALLOC=1
Summary: [BREWMP] Use global new/delete operator overloading with USE_SYSTEM_MALLOC=1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33564
  Show dependency treegraph
 
Reported: 2010-06-15 22:39 PDT by Kwang Yul Seo
Modified: 2010-09-01 10:12 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2010-06-15 22:43 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-06-15 22:39:19 PDT
Currently, other ports do not use global new/delete operator overloading when USE_SYSTEM_MALLOC=1. Brew MP uses system malloc, but it needs to enable "global fastMalloc new" because the default new/delete causes crash on device. We need to replace them with Brew MP's MALLOC/FREE.
Comment 1 Kwang Yul Seo 2010-06-15 22:43:47 PDT
Created attachment 58854 [details]
Patch
Comment 2 WebKit Commit Bot 2010-06-21 08:51:11 PDT
Comment on attachment 58854 [details]
Patch

Clearing flags on attachment: 58854

Committed r61544: <http://trac.webkit.org/changeset/61544>
Comment 3 WebKit Commit Bot 2010-06-21 08:51:15 PDT
All reviewed patches have been landed.  Closing bug.