qt5base-lts/tests/auto/gui/image
Robin Burchell 7be255156f Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.
Just like qMalloc/qRealloc/qFree, there is absolutely no reason to wrap these
functions just to avoid an include, except to pay for it with worse runtime
performance.

On OS X, on byte sizes from 50 up to 1000, calling memset directly is 28-15%
faster(!) than adding an additional call to qMemSet. The advantage on sizes
above that is unmeasurable.

For qMemCopy, the benefits are a little more modest: 16-7%.

Change-Id: I98aa92bb765aea0448e3f20af42a039b369af0b3
Reviewed-by: Giuseppe D'Angelo <dangelog@gmail.com>
Reviewed-by: John Brooks <john.brooks@dereferenced.net>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-04-11 10:46:19 +02:00
..
qicoimageformat Eliminate duplicate data row names in gui autotests. 2012-02-14 06:19:16 +01:00
qimage Removed image format specific template functions in raster engine. 2012-02-07 15:52:01 +01:00
qimageiohandler Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qimagereader tst_qimagereader: does not depend on QtWidgets 2012-03-09 11:05:04 +01:00
qimagewriter Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents. 2012-04-11 10:46:19 +02:00
qmovie Make tst_qmovie work in shadow builds 2012-03-22 18:59:45 +01:00
qpicture Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qpixmap Move the auto test of QPixmap::grabWidget() from QPixmap to QWidget 2012-03-12 17:33:15 +01:00
qpixmapcache Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
image.pro Move tst_qicon.cpp and tst_qpixmapfilter.cpp to QtWidgets 2012-03-12 10:48:40 +01:00