|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
Public Member Functions | |
| block_t (void) | |
| make default constructor private. It is only used by constructor for `root arrays below. More... | |
Public Attributes | |
| size_t | extra_ |
| extra information (currently used by create and delete array) More... | |
| void * | next_ |
| pointer to the next memory allocation with the same tc_index_ More... | |
| size_t | tc_index_ |
| an index that uniquely idenfifies both thread and capacity More... | |
Definition at line 110 of file thread_alloc.hpp.