RESOLVED FIXED 33937
Add fastStrDup to FastMalloc
https://bugs.webkit.org/show_bug.cgi?id=33937
Summary Add fastStrDup to FastMalloc
Kwang Yul Seo
Reported 2010-01-20 20:40:50 PST
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().
Attachments
Add fastStrDup to FastMalloc (2.09 KB, patch)
2010-01-20 20:45 PST, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-01-20 20:45:25 PST
Created attachment 47097 [details] Add fastStrDup to FastMalloc
Maciej Stachowiak
Comment 2 2010-01-21 00:10:02 PST
Comment on attachment 47097 [details] Add fastStrDup to FastMalloc r=me
WebKit Commit Bot
Comment 3 2010-01-21 22:05:53 PST
Comment on attachment 47097 [details] Add fastStrDup to FastMalloc Clearing flags on attachment: 47097 Committed r53677: <http://trac.webkit.org/changeset/53677>
WebKit Commit Bot
Comment 4 2010-01-21 22:05:57 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.