Searched defs:extra_tail (Results 1 – 1 of 1) sorted by relevance
108 void pod_array<T>::capacity(unsigned cap, unsigned extra_tail) in capacity()123 void pod_array<T>::allocate(unsigned size, unsigned extra_tail) in allocate()142 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) : in pod_array()