CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CppAD::thread_alloc::block_t Class Reference

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...
 

Detailed Description

Definition at line 110 of file thread_alloc.hpp.


The documentation for this class was generated from the following file: