CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Structure of information for each thread. More...
Public Attributes | |
size_t | count_inuse_ |
count of available bytes for this thread | |
size_t | count_available_ |
count of inuse bytes for this thread | |
block_t | root_available_ [CPPAD_MAX_NUM_CAPACITY] |
root of available list for this thread and each capacity | |
block_t | root_inuse_ [CPPAD_MAX_NUM_CAPACITY] |
root of inuse list for this thread and each capacity If NDEBUG is true, this memory is not used, but it still helps separate this structure from one for the next thread. |
Structure of information for each thread.
Definition at line 136 of file thread_alloc.hpp.