CppAD: A C++ Algorithmic Differentiation Package  20130102
thread_alloc::thread_alloc_info Struct Reference

Structure of information for each thread. More...

List of all members.

Public Attributes

size_t count_inuse_
 count of available bytes for this thread
size_t count_available_
 count of inuse bytes for this thread
block_t root_available_ [CPPAD_MAX_NUM_CAPACITY]
 root of available list for this thread and each capacity
block_t root_inuse_ [CPPAD_MAX_NUM_CAPACITY]
 root of inuse list for this thread and each capacity If NDEBUG is true, this memory is not used, but it still helps separate this structure from one for the next thread.

Detailed Description

Structure of information for each thread.

Definition at line 136 of file thread_alloc.hpp.


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