CppAD: A C++ Algorithmic Differentiation Package  20130102
thread_alloc::block_t Class Reference

List of all members.

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_

Detailed Description

Definition at line 112 of file thread_alloc.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines