[Webkit-unassigned] [Bug 20566] New: FastMalloc should be called instead of malloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 29 04:30:10 PDT 2008


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

           Summary: FastMalloc should be called instead of malloc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gtoth at inf.u-szeged.hu


We found 18 malloc or free invocations and we think they should be changed to
FastMalloc or FastFree (according to bug 19287, comment 3).

These invocations can be found in the following path at revision 35986:

WebCore/bridge/c/c_instance.cpp: line 196
WebCore/editing/TextIterator.cpp: line 1323
WebCore/editing/TextIterator.cpp: line 1340
WebCore/editing/TextIterator.cpp: line 1361
WebCore/editing/TextIterator.cpp: line 1374
WebCore/plugins/PluginStream.cpp: line 86
WebCore/bridge/NP_jsobject.cpp: line 56
WebCore/bridge/NP_jsobject.cpp: line 69
WebCore/bridge/NP_jsobject.cpp: line 394
WebCore/bridge/npruntime.cpp: line 73
WebCore/bridge/npruntime.cpp: line 106
WebCore/bridge/npruntime.cpp: line 115
WebCore/bridge/npruntime.cpp: line 153
WebCore/bridge/npruntime.cpp: line 165
WebCore/bridge/npruntime.cpp: line 182
WebCore/bridge/npruntime.cpp: line 222
WebCore/plugins/npapi.cpp: line 48
WebCore/plugins/npapi.cpp: line 53


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



More information about the webkit-unassigned mailing list