[Webkit-unassigned] [Bug 33937] New: Add fastStrDup to FastMalloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 20:40:50 PST 2010


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

           Summary: Add fastStrDup to FastMalloc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


Add fastStrDup to FastMalloc. The new string returned by fastStrDup is obtained
with fastMalloc, and can be freed with fastFree. This makes the memory
management more consistent because we don't need to keep strdup allocated
pointers and free them with free().

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