[Webkit-unassigned] [Bug 31473] New: Allow custom memory allocation control for 9 classes of the platform directory in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 07:23:20 PST 2009


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

           Summary: Allow custom memory allocation control for 9 classes
                    of the platform directory in 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


Inherits the following classes from FastAllocBase because these are
instantiated by 'new':

class  AnimationList         - instantiated at
WebCore/rendering/style/StyleRareNonInheritedData.cpp:85
class  Color                 - instantiated at
WebCore/rendering/RenderTheme.cpp:48
struct Length                - instantiated at WebCore/platform/Length.cpp:103
class  PlatformKeyboardEvent - instantiated at WebCore/dom/KeyboardEvent.cpp:63
class  ContextMenuItem       - instantiated at
WebCore/platform/ContextMenu.cpp:70
class  DeprecatedPtrList     - instantiated at
WebCore/rendering/RenderBlock.cpp:2284

Inherits the following classes from Noncopyable because these are instantiated
by 'new' and no need to be copyable:

class  GraphicsContextPrivate - instantiated at
WebCore/platform/graphics/GraphicsContext.cpp:78
class  FontCache              - instantiated at
WebCore/platform/graphics/qt/FontCacheQt.cpp:43
struct MediaPlayerFactory     - instantiated at
WebCore/platform/graphics/MediaPlayer.cpp:163

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