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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 01:53:53 PST 2009


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

           Summary: Allow custom memory allocation control for 2 classes
                    of the 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 #44217|                            |review?
               Flag|                            |


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

Inherits the following class from Noncopyable because it is instantiated
by 'new' and no need to be copyable:

class/struct name         - instantiated at: WebCore/'location'

class SharedTimer         - (its child class) workers/WorkerRunLoop.cpp:91

Inherits the following class from FastAllocBase because it is
instantiated by 'new':

class TransformOperations - rendering/style/RenderStyle.h:1175

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