CppAD: A C++ Algorithmic Differentiation Package  20130918
static void CppAD::thread_alloc::dec_available ( size_t  dec,
size_t  thread 
) [inline, static, private]

Decrease the number of bytes of memory that are currently avaialble; i.e., have been obtained obtained from the system and are being held future use.

Parameters:
dec[in] amount to decrease number of bytes in use.
thread[in] Thread for which we are decreasing the number of bytes in use (must be less than num_threads). Durring parallel execution, this must be the thread that is currently executing.

Definition at line 326 of file thread_alloc.hpp.

Referenced by free_available(), and get_memory().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines