[Webkit-unassigned] [Bug 20566] FastMalloc should be called instead of malloc
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 29 11:58:32 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20566
------- Comment #1 from mrowe at apple.com 2008-08-29 11:58 PDT -------
If you look at the comments in WebCore/editing/TextIterator.cpp, you'll see
that the use of system alloc is intentional.
Many of the calls to malloc and free in the NPAPI-related code have this
comment associated with them:
// FIXME: This should really call NPN_MemAlloc but that's in WebKit
NPN_MemAlloc would need to be made accessible from WebCore on the Mac before
these cases can be changed.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list