[Webkit-unassigned] [Bug 28038] WebSocket API implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 22:32:50 PDT 2009


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





--- Comment #28 from Fumitoshi Ukai <ukai at chromium.org>  2009-09-03 22:32:50 PDT ---
(In reply to comment #25)
> (From update of attachment 38963 [details])
> OwnArrayPtr can be used if you use "new (nothrow) char[]" to allocate the
> memory, but not if you use tryFastMalloc to allocate the memory.

Thanks for info.
I found OwnFastMallocPtr and it can be used with tryFastMalloc, right?
But it doesn't have set(), so I use plain char* and fastFree().

it might be better to add set() and/or clear() in OwnFastMallocPtr?

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