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