Rename QContiguousCache allocate and free functions to say "Data"
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 8 Aug 2012 12:54:32 +0000 (14:54 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 9 Aug 2012 01:26:06 +0000 (03:26 +0200)
commit9f71ff69f2cabd70f89f764b1f9df757c68c0e10
treeffb1d53a9e38dfb9a56bb5088657237833a0ea98
parent649cd987439d87875c05983908823aa3062cdee9
Rename QContiguousCache allocate and free functions to say "Data"

The important change is to use functions not called malloc and
free. On some old systems or under some weird circumstances, they
might be #defined to something different. More importantly, this
allows us to quickly verify whether we're using the stdlib.h functions
in our public headers.

Change-Id: I66b963ac2bc75d64028c04542e62a929e4b36b19
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/tools/qcontiguouscache.cpp
src/corelib/tools/qcontiguouscache.h