CppAD: A C++ Algorithmic Differentiation Package
20130102
|
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) | |
size_t | tc_index_ |
an index that uniquely idenfifies both thread and capacity | |
void * | next_ |
pointer to the next memory allocation with the the same tc_index_ |
Definition at line 112 of file thread_alloc.hpp.