[webkit-reviews] review requested: [Bug 30769] [gcc/unix] Export WTF::fastMalloc, WTF::fastFree, WTF::fastCalloc, WTF::fastRealloc : [Attachment 41859] First attempt to export these symbols

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


Holger Freyther <zecke at selfish.org> has asked  for review:
Bug 30769: [gcc/unix] Export WTF::fastMalloc, WTF::fastFree, WTF::fastCalloc,
WTF::fastRealloc
https://bugs.webkit.org/show_bug.cgi?id=30769

Attachment 41859: First attempt to export these symbols
https://bugs.webkit.org/attachment.cgi?id=41859&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>
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.


More information about the webkit-reviews mailing list