105 template <
typename T>
125 if (slot + size >=
m_size)
167 template <
typename T>
191 if (do_alloc)
m_arena.resize( arena ); bytes +=
sizeof(T)*arena;
192 if (do_alloc)
m_index.resize( size ); bytes +=
sizeof(
uint32)*size;
193 if (do_alloc)
m_sizes.resize( size ); bytes +=
sizeof(
uint32)*size;
286 template <
typename T>
309 if (do_alloc)
m_arena.resize( arena ); bytes +=
sizeof(T)*arena;
310 if (do_alloc)
m_index.resize( size ); bytes +=
sizeof(
uint32)*size;
311 if (do_alloc)
m_sizes.resize( size ); bytes +=
sizeof(
uint32)*size;
402 template <
typename T>
408 template <
typename T>
414 template <
typename T>