CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
#define CPPAD_MAX_NUM_CAPACITY   100

Maximum number of different capacities the allocator will attempt.

This must be larger than the log base two of numeric_limit<size_t>::max().

Definition at line 41 of file thread_alloc.hpp.

Referenced by CppAD::thread_alloc::capacity_t::capacity_t(), and CppAD::thread_alloc::thread_info().