WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
40653
[BREWMP] Use global new/delete operator overloading with USE_SYSTEM_MALLOC=1
https://bugs.webkit.org/show_bug.cgi?id=40653
Summary
[BREWMP] Use global new/delete operator overloading with USE_SYSTEM_MALLOC=1
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kwang Yul Seo
Comment 1
2010-06-15 22:43:47 PDT
Created
attachment 58854
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug