[Webkit-unassigned] [Bug 54648] New: Allow custom memory allocation control for missing classes of WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 17 06:39:09 PST 2011


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

           Summary: Allow custom memory allocation control for missing
                    classes of WebCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org


Add WTF_MAKE_FAST_ALLOCATED macro to the following classes, because these are instantiated by operator 'new'.

* html/parser/HTMLMetaCharsetParser.h:
    HTMLMetaCharsetParser, instatiated at: html/parser/HTMLMetaCharsetParser.h:42
* html/parser/HTMLToken.h:
    DoctypeData, instantiated at: html/parser/HTMLToken.h:137
* inspector/InspectorDOMAgent.h:
    InspectorCSSAgent, instantiated at: inspector/InspectorAgent.cpp:140
* inspector/InspectorStyleSheet.cpp:
    ParsedStyleSheet, instantiated at: inspector/InspectorStlyeSheet.cpp:596
* page/GeolocationPositionCache.h:
    GeolocationPositonCache, instantiated at: page/GeolocationPositionCache.cpp:51

-- 
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