CppAD: A C++ Algorithmic Differentiation Package
20130918
|
static size_t CppAD::omp_alloc::available | ( | size_t | thread | ) | [inline, static] |
Determine the amount of memory that is currently available for use.
thread | [in] Thread for which we are determining the amount of memory (must be < CPPAD_MAX_NUM_THREADS). Durring parallel execution, this must be the thread that is currently executing. |
Definition at line 490 of file omp_alloc.hpp.