SyTen

◆ Allocation

template<typename Type >
enum syten::DynArray::Allocation : char
strong

Specificiation whether we should use l_malloc (for dynamic allocation) or le_malloc (for allocation that is not freed again effectively.

Enumerator
Dynamic 

Use l_malloc.

Eternal 

Use le_malloc.