[Webkit-unassigned] [Bug 30769] [gcc/unix] Export WTF::fastMalloc, WTF::fastFree, WTF::fastCalloc, WTF::fastRealloc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 04:38:17 PDT 2009


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


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41859|                            |review?
               Flag|                            |




--- Comment #1 from Holger Freyther <zecke at selfish.org>  2009-10-26 04:38:17 PDT ---
Created an attachment (id=41859)
 --> (https://bugs.webkit.org/attachment.cgi?id=41859)
First attempt to export these symbols

Use __attribute__((visibility("default"))) to export the allocation functions
again. On Mac these symbols are exported via the .exp file and available to the
WebCore/WebKit library.

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