CppAD: A C++ Algorithmic Differentiation Package
20130102
|
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).
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 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().