[Webkit-unassigned] [Bug 40653] New: [BREWMP] Use global new/delete operator overloading with USE_SYSTEM_MALLOC=1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 22:39:19 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40653

           Summary: [BREWMP] Use global new/delete operator overloading
                    with USE_SYSTEM_MALLOC=1
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list