[Webkit-unassigned] [Bug 27879] New: Allow custom memory allocation control for JavaScriptCore's Noncopyable class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 07:10:47 PDT 2009


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

           Summary: Allow custom memory allocation control for
                    JavaScriptCore's Noncopyable class
           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: hzoltan at inf.u-szeged.hu


Several classes which inherited from Noncopyable are instantiated by operator
new, so we need to inherit Noncopyable from FastAllocBase. Since the new/delete
operators customizing is public we need to change some private Noncopyable
inheritance to public.

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