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

Return Memory Used for a Raw Array to the Available Pool.

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 669 of file omp_alloc.hpp.