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

Structure of information for each thread. More...

Public Attributes

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

Detailed Description

Structure of information for each thread.

Definition at line 134 of file thread_alloc.hpp.


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