[Webkit-unassigned] [Bug 31585] New: Allow custom memory allocation control for the other part of platform directory in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 07:02:20 PST 2009


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

           Summary: Allow custom memory allocation control for the other
                    part of platform directory in WebCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org



Zoltan Horvath <zoltan at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43362|                            |review?
               Flag|                            |


Created an attachment (id=43362)
 --> (https://bugs.webkit.org/attachment.cgi?id=43362)
Patch

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

        class RegularExpression    - instantiated at:
WebCore/page/Frame.cpp:415
        class TransformationMatrix - instantiated at:
WebCore/rendering/TransformState.cpp:62
        class Path                 - instantiated at:
WebCore/html/HTMLAreaElement.cpp:73
        class FontPlatformData     - instantiated at:
WebCore/platform/graphics/qt/FontCacheQt.cpp:188

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

        class Cursors                         - instantiated at:
WebCore/platform/qt/CursorQt.cpp:146
        class NetworkStateNotifier            - instantiated at:
WebCore/platform/network/NetworkStateNotifier.cpp:37
        struct CrossThreadResourceRequestData - instantiated at:
WebCore/platform/network/ResourceRequestBase.cpp:71

        class ImageDecoder - its child class is instantiated at:
WebCore/platform/graphics/qt/ImageDecoderQt.cpp:46
        class MediaPlayerPrivateInterface - its child class is instantiated at:
WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:119

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