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

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 1493 of file thread_alloc.hpp.

Referenced by CppAD::vector< CppAD::ADFun< Number > >::clear(), CppAD::vectorBool::clear(), CppAD::index_sort(), CppAD::vector< CppAD::ADFun< Number > >::push_back(), CppAD::vectorBool::push_back(), CppAD::vector< CppAD::ADFun< Number > >::push_vector(), CppAD::vectorBool::push_vector(), CppAD::vector< CppAD::ADFun< Number > >::resize(), CppAD::vectorBool::resize(), CppAD::vector< CppAD::ADFun< Number > >::~vector(), and CppAD::vectorBool::~vectorBool().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines