Bug 40653

Summary: [BREWMP] Use global new/delete operator overloading with USE_SYSTEM_MALLOC=1
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beergun, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 33564    
Attachments:
Description Flags
Patch none

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.