CppAD: A C++ Algorithmic Differentiation Package
20130918
|
static void CppAD::omp_alloc::delete_array | ( | Type * | array | ) | [inline, static] |
Return Memory Used for a Raw Array to the Available Pool.
Type | The type of the elements of the array. |
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. |
create_array
. Definition at line 652 of file omp_alloc.hpp.