CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
#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_THREAD.

(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 56 of file thread_alloc.hpp.

Referenced by CppAD::thread_alloc::get_memory(), and CppAD::thread_alloc::return_memory().