[Webkit-unassigned] [Bug 32544] New: Allow custom memory allocation control for dtoa's P5Node struct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 02:41:42 PST 2009


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

           Summary: Allow custom memory allocation control for dtoa's
                    P5Node struct
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org


Inherits P5Node struct from Noncopyable because it is instantiated by 'new' at
wtf/dtoa.cpp:588 and don't need to be copyable.

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