Remove all non-inline of qMalloc/qFree/qRealloc.
authorRobin Burchell <robin.burchell@collabora.com>
Tue, 20 Dec 2011 20:39:12 +0000 (21:39 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 6 Jan 2012 13:11:14 +0000 (14:11 +0100)
commitb08daaedd45457b775cb90d2c2650510daff1c8d
treed68ea8016a15ee851813133a51897a7a81aedc16
parent514ef34d1f838be119961003c0411a88352ba535
Remove all non-inline of qMalloc/qFree/qRealloc.

We're trying to deprecate these, so don't use them anymore.

The inline uses of these have been left intact, for the moment. Inline code will
need to create their own non-inline allocation methods (for future-proofing to
allow alterations in how e.g. individual containers allocate)

Change-Id: I1071a487c25e95b7bb81a3327b20c5481fb5ed22
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
24 files changed:
src/corelib/codecs/qtextcodec.cpp
src/corelib/codecs/qtextcodec_symbian.cpp
src/corelib/global/qmalloc.cpp
src/corelib/io/qfilesystemengine_win.cpp
src/corelib/kernel/qcoreapplication.cpp
src/corelib/kernel/qmetaobject.cpp
src/corelib/kernel/qmetaobjectbuilder.cpp
src/corelib/kernel/qobject.cpp
src/corelib/tools/qbytearray.cpp
src/corelib/tools/qhash.cpp
src/corelib/tools/qlist.cpp
src/corelib/tools/qmap.cpp
src/corelib/tools/qstring.cpp
src/corelib/tools/qvector.cpp
src/corelib/xml/qxmlstream.cpp
src/gui/image/qtiffhandler.cpp
src/gui/opengl/qopenglpaintengine.cpp
src/network/kernel/qhostinfo_unix.cpp
src/network/kernel/qnetworkinterface_win.cpp
src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
src/plugins/platforms/xcb/qxcbbackingstore.cpp
tests/auto/corelib/kernel/qmetaobjectbuilder/tst_qmetaobjectbuilder.cpp
tests/auto/widgets/graphicsview/qgraphicsanchorlayout/tst_qgraphicsanchorlayout.cpp
tests/benchmarks/network/access/qnetworkreply/tst_qnetworkreply.cpp