CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Type >
static void CppAD::thread_alloc::delete_array ( Type *  array)
inlinestatic

Return Memory Used for an Array to the Available Pool (include destructor call for each element).

Template Parameters
TypeThe type of the elements of the array.
Parameters
array[in] A value returned by create_array that has not yet been deleted. The Type destructor is used to destroy each of the elements of the array.
Durring parallel execution, the current thread must be the same as during the corresponding call to create_array.

Definition at line 1443 of file thread_alloc.hpp.

Referenced by CppAD::vectorBool::clear(), CppAD::omp_alloc::delete_array(), CppAD::vector< bool >::delete_data(), CppAD::index_sort(), CppAD::vectorBool::push_back(), CppAD::vectorBool::push_vector(), CppAD::vectorBool::resize(), and CppAD::vectorBool::~vectorBool().