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