qt5base-lts/tests/auto/corelib/tools/qarraydata
Thiago Macieira 64db4861bf Replace QArrayData::capacityReserved with a full flags field
Instead of stealing one bit from the alloc field, let's use a full
32-bit for the flags. The first flag to be in the field is the
CapacityReserved (even though the allocate() function will store some
others there, not relevant for now).

This is done in preparation for the need for more flags necessary
anyway.

Change-Id: I4c997d14743495e0d4558a6fb0a6042eb3d4975d
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-12-07 14:18:04 +01:00
..
qarraydata.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
simplevector.h Replace QArrayData::capacityReserved with a full flags field 2019-12-07 14:18:04 +01:00
tst_qarraydata.cpp Replace QArrayData::capacityReserved with a full flags field 2019-12-07 14:18:04 +01:00