CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
static void CppAD::atomic_base< Base >::clear ( void  )
inlinestaticinherited

Free all thread_alloc static memory held by atomic_base (avoids reallocations).

(This does not include class_object() which is an std::vector.)Free vector memory used by this class (work space)

Definition at line 2396 of file atomic_base.hpp.

Referenced by CppAD::checkpoint< Base >::for_sparse_jac(), and CppAD::checkpoint< Base >::rev_sparse_jac().