[Development] Deprecation of qMalloc/qFree/qRealloc
Robin Burchell
robin+qt at viroteck.net
Wed Dec 21 17:20:44 CET 2011
On Wed, Dec 21, 2011 at 5:16 PM, <s.cunz at asim.de> wrote:
> Am i mistaken here? I was under the impression, that qMalloc / qFree / qRealloc
> exist to keep public headers free from the need to include some system headers.
See the discussion on http://codereview.qt-project.org/#change,11562.
Short answer: partly, but that's not really necessary anymore.
Longer answer: inline code still shouldn't be using malloc directly -
which is what I have to address next.
More information about the Development
mailing list