qt5base-lts/tests/benchmarks/corelib/tools/qstring
Rohan McGovern 6abf9093f7 tests: fixed compilation of qstring benchmark on mac
On Mac, MAP_ANONYMOUS and MAP_POPULATE are not defined.

Fix MAP_ANONYMOUS by defining it to MAP_ANON.

Fix MAP_POPULATE by removing it, because its usage was unnecessary in
this code (the page was explicitly faulted in a few lines later anyway).

Change-Id: Iead82e1a949b35fe3c304d38babac8d4dc6f0769
Reviewed-on: http://codereview.qt.nokia.com/162
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-05-27 09:51:03 +02:00
..
data.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
data.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
fromlatin1.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
fromutf8.cpp Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
generatelist_char.pl Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
generatelist.pl Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
main.cpp tests: fixed compilation of qstring benchmark on mac 2011-05-27 09:51:03 +02:00
qstring.pro tests: make benchmarks compile or disable those which don't compile 2011-05-11 17:04:12 +10:00
utf-8.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00