CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Type >
static void omp_alloc::delete_array ( Type *  array) [inline, static]

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines