Prev Next omp_free_available

@(@\newcommand{\W}[1]{ \; #1 \; } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\B}[1]{ {\bf #1} } \newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} } \newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} } \newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} } \newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }@)@
Free Memory Currently Available for Quick Use by a Thread

Deprecated 2011-08-31
Use the function thread_alloc::free_available instead.

Syntax
# include <cppad/utility/omp_alloc.hpp>
omp_alloc::free_available(thread)

Purpose
Free memory, currently available for quick use by a specific thread, for general future use.

thread
This argument has prototype
     size_t 
thread
Either omp_get_thread_num must be the same as thread , or the current execution mode must be sequential (not parallel ).

Example
omp_alloc.cpp
Input File: cppad/utility/omp_alloc.hpp