CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
static void CppAD::omp_alloc::free_available ( size_t  thread)
inlinestatic

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 390 of file omp_alloc.hpp.