CppAD: A C++ Algorithmic Differentiation Package
20130102
|
#define CPPAD_TRACE_CAPACITY 0 |
If NDEBUG is not defined, print all calls to get_memory
and return_memory
that correspond to this capacity and thread CPPAD_TRACE_THEAD.
(Note that if CPPAD_TRACE_CAPACITY is zero, or any other value not in the list of capacities, no tracing will be done.)
Definition at line 58 of file thread_alloc.hpp.
Referenced by thread_alloc::get_memory(), and thread_alloc::return_memory().