summaryrefslogtreecommitdiff
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@theqtcompany.com>2016-02-22 15:46:55 +0100
committerMarco Bubke <marco.bubke@theqtcompany.com>2016-02-22 14:53:12 +0000
commit0f61908ab0241665dab90d0c50399347f4c83123 (patch)
tree554bcb82cca700a2cac5ac9fb1eaa6d003d67993 /qtcreator.qbs
parentc632ce44f783804c28f50aeed7f4e36b823cd238 (diff)
downloadqt-creator-0f61908ab0241665dab90d0c50399347f4c83123.tar.gz
Utils: Add sized array
Sometimes you need a very small array which has a size and max size. QVarLengthArray is simular but has some size and run time overhead and it has no max size. It will instead malloc. So this array is for very small collections under 256 values which never allocate and have only a size overhead of a byte. Change-Id: Ia392c750d566c4accc6077c3dc4d9d4ae501e599 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'qtcreator.qbs')
0 files changed, 0 insertions, 0 deletions