|
inlineprivate |
Free allocated memory.
If Type has a trivial destructor, simply call l_free(array), otherwise call the destructor on each element of the array first.
References syten::DynArray< Type >::alloc, syten::DynArray< Type >::array, syten::DynArray< Type >::Dynamic, syten::EnvVars::dynarray_allocs, syten::DynArray< Type >::Eternal, syten::l_free(), syten::le_free(), syten::DynArray< Type >::length, and syten::logGW().
Referenced by syten::DynArray< Type >::load(), and syten::DynArray< Type >::~DynArray().