D7530: KIO: Task should be used in QVector, not QList.

2017-08-28 Thread David Faure
dfaure closed this revision. REVISION DETAIL https://phabricator.kde.org/D7530 To: dfaure, mwolff Cc: #frameworks

D7530: KIO: Task should be used in QVector, not QList.

2017-08-27 Thread Milian Wolff
mwolff accepted this revision. This revision is now accepted and ready to land. BRANCH master REVISION DETAIL https://phabricator.kde.org/D7530 To: dfaure, mwolff Cc: #frameworks

D7530: KIO: Task should be used in QVector, not QList.

2017-08-24 Thread David Faure
dfaure created this revision. REVISION SUMMARY It's a struct with int+QByteArray so it's bigger than a pointer. Minor effect on the overall numbers, it was only showing up in the "allocations of a small size" list in heaptrack, so this is more about not wasting space more than anything