Bug 32544 - Allow custom memory allocation control for dtoa's P5Node struct
Summary: Allow custom memory allocation control for dtoa's P5Node struct
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-15 02:41 PST by Zoltan Horvath
Modified: 2009-12-15 10:43 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (1013 bytes, patch)
2009-12-15 02:43 PST, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2009-12-15 02:41:42 PST
Inherits P5Node struct from Noncopyable because it is instantiated by 'new' at wtf/dtoa.cpp:588 and don't need to be copyable.
Comment 1 Zoltan Horvath 2009-12-15 02:43:24 PST
Created attachment 44855 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-15 02:45:53 PST
style-queue ran check-webkit-style on attachment 44855 [details] without any errors.
Comment 3 WebKit Commit Bot 2009-12-15 10:43:16 PST
Comment on attachment 44855 [details]
proposed patch

Clearing flags on attachment: 44855

Committed r52162: <http://trac.webkit.org/changeset/52162>
Comment 4 WebKit Commit Bot 2009-12-15 10:43:20 PST
All reviewed patches have been landed.  Closing bug.