5#include <boost/container/small_vector.hpp>
14template <
typename T,
size_t nItems>
15using SmallVector = boost::container::small_vector<T, nItems, TraceableAllocator<T>>;
20template <
size_t nItems>
28template <
size_t nItems>
SmallVector< Value, nItems > SmallTemporaryValueVector
Definition gc-small-vector.hh:29
SmallVector< Value *, nItems > SmallValueVector
Definition gc-small-vector.hh:21
boost::container::small_vector< T, nItems, TraceableAllocator< T > > SmallVector
Definition gc-small-vector.hh:15