[webkit-reviews] review requested: [Bug 31585] Allow custom memory allocation control for the other part of platform directory in WebCore : [Attachment 43362] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 07:02:19 PST 2009


Zoltan Horvath <zoltan at webkit.org> has asked  for review:
Bug 31585: Allow custom memory allocation control for the other part of
platform directory in WebCore
https://bugs.webkit.org/show_bug.cgi?id=31585

Attachment 43362: Patch
https://bugs.webkit.org/attachment.cgi?id=43362&action=review

------- Additional Comments from Zoltan Horvath <zoltan at webkit.org>
	Inherits the following classes from FastAllocBase because these are
	instantiated by 'new':

	class RegularExpression    - instantiated at:
WebCore/page/Frame.cpp:415
	class TransformationMatrix - instantiated at:
WebCore/rendering/TransformState.cpp:62
	class Path		   - instantiated at:
WebCore/html/HTMLAreaElement.cpp:73
	class FontPlatformData	   - instantiated at:
WebCore/platform/graphics/qt/FontCacheQt.cpp:188

	Inherits the following classes from Noncopyable because these are
	instantiated by 'new' and no need to be copyable:

	class Cursors			      - instantiated at:
WebCore/platform/qt/CursorQt.cpp:146
	class NetworkStateNotifier	      - instantiated at:
WebCore/platform/network/NetworkStateNotifier.cpp:37
	struct CrossThreadResourceRequestData - instantiated at:
WebCore/platform/network/ResourceRequestBase.cpp:71

	class ImageDecoder - its child class is instantiated at:
WebCore/platform/graphics/qt/ImageDecoderQt.cpp:46
	class MediaPlayerPrivateInterface - its child class is instantiated at:
WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp:119


More information about the webkit-reviews mailing list