CppAD: A C++ Algorithmic Differentiation Package  20130102
#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 43 of file thread_alloc.hpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines