[Webkit-unassigned] [Bug 32553] New: Allow custom memory allocation control for WebCore/platform/network directory's classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 05:26:08 PST 2009


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

           Summary: Allow custom memory allocation control for
                    WebCore/platform/network directory's classes
           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 class from Noncopyable because it is instantiated by
'new' and no need to be copyable:                                               

struct CrossThreadResourceResponseData -
platform/network/ResourceResponseBase.cpp:109

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

class ResourceResponseBase - (its child class)
platform/network/ResourceResponseBase.cpp:90
class ResourceRequestBase  - (its child class)
loader/DocumentThreadableLoader.cpp:88

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