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

Kwang Yul Seo
Reported 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.
Attachments
Patch (1.52 KB, patch)
2010-06-15 22:43 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-06-15 22:43:47 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2010-06-21 08:51:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.