CppAD: A C++ Algorithmic Differentiation Package  20130102
static void thread_alloc::free_available ( size_t  thread) [inline, static]

Return all the memory being held as available for a thread to the system.

Parameters:
thread[in] this thread that will no longer have any available memory after this call. This must either be the thread currently executing, or we must be in sequential (not parallel) execution mode.

Definition at line 1090 of file thread_alloc.hpp.

Referenced by free_all(), and parallel_setup().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines