CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Type >
static void 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 1484 of file thread_alloc.hpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines