qt5base-lts/tests/auto/corelib/tools/qarraydata
Thiago Macieira 812a611dc0 Stop using the reference counter to store data state
Instead of using the reference count to store whether the data is
sharable and whether the header is immutable, move the settings to the
flags member. This allows us to save one comparison per deref() or
needsDetach(). It also allows for the possibility of mutable data
pointed to by a static header.

Change-Id: Ie678a2ff2bb9bce73497cb6138b431c465b0f3bb
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-12-08 10:29:17 +01:00
..
qarraydata.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
simplevector.h Add reference-count manipulation functions to QArrayData and hide ref 2019-12-08 10:29:09 +01:00
tst_qarraydata.cpp Stop using the reference counter to store data state 2019-12-08 10:29:17 +01:00