CppAD: A C++ Algorithmic Differentiation Package
20130918
|
static void CppAD::atomic_base< Base >::clear | ( | void | ) | [inline, static, inherited] |
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)
Reimplemented in CppAD::old_atomic< Base >.
Definition at line 1481 of file atomic_base.hpp.