compute-runtime/shared/test
Patryk Wrobel 9b26e96b11 Do not copy std::vector of OS handles when it is not needed
This change replaces unneeded copying of std::vectors
with usage of const references. Furthermore, it adds
reserve() call before filling the container via push_back().

Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
2022-10-21 10:28:58 +02:00
..
common Do not copy std::vector of OS handles when it is not needed 2022-10-21 10:28:58 +02:00
unit_test Do not copy std::vector of OS handles when it is not needed 2022-10-21 10:28:58 +02:00