qt6-bb10/tests/benchmarks/corelib/kernel/qobject
Mårten Nordheim 582eaaaa68 tst_bench_qobject: Fix stdAllocator case for Windows
The total stack space available is 1MB, but each pointer is 8 bytes.
So we have to limit the amount of pointers we allocate on the stack to
somewhere below 128K.

Pick-to: 6.7 6.5
Change-Id: I1d1262a4048cf4b3fed8df813decc3e142430a32
Reviewed-by: Mate Barany <mate.barany@qt.io>
(cherry picked from commit b2e0ff4bca5d81205c8425cdc528e5c2a2988172)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-10-25 20:52:12 +00:00
..
CMakeLists.txt Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
object.cpp Change license for tests files 2024-02-04 09:56:42 +01:00
object.h Change license for tests files 2024-02-04 09:56:42 +01:00
tst_bench_qobject.cpp tst_bench_qobject: Fix stdAllocator case for Windows 2024-10-25 20:52:12 +00:00