Searched refs:ExpandPool (Results 1 – 2 of 2) sorted by relevance
114 std::vector<T> ExpandPool(std::vector<T> another_pool) { in ExpandPool() function128 std::vector<T> ExpandPool(T&& t) { in ExpandPool() function131 return ExpandPool(std::move(pool_to_add)); in ExpandPool()134 std::vector<T> ExpandPool(const T& t) { in ExpandPool() function137 return ExpandPool(std::move(pool_to_add)); in ExpandPool()
190 allocator->ExpandPool(std::vector<unsigned>{2, 4, 6, 8, 12, 14}); in TEST()