CppAD: A C++ Algorithmic Differentiation Package
20130918
|
static void CppAD::omp_alloc::free_available | ( | size_t | thread | ) | [inline, static] |
Return all the memory being held as available for a thread to the system.
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 380 of file omp_alloc.hpp.