Diffusion KIO ca288d53e517

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

Authored by dfaure on Aug 24 2017, 9:56 PM.

Description

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

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 else.

Test Plan: jobtest

Reviewers: mwolff

Reviewed By: mwolff

Subscribers: Frameworks

Differential Revision: https://phabricator.kde.org/D7530

Details

Committed
dfaureAug 28 2017, 7:11 AM
Reviewer
mwolff
Differential Revision
D7530: KIO: Task should be used in QVector, not QList.
Parents
R241:1a92575c73d2: Add mimetype filtering capabilities to KUrlCompletion
Branches
Unknown
Tags
Unknown