lines 326-358 of file: include/cppad/utility/omp_alloc.hpp {xrst_begin omp_free_available app} Free Memory Currently Available for Quick Use by a Thread ######################################################### Deprecated 2011-08-31 ********************* Use the function :ref:`thread_alloc::free_available` instead. Syntax ****** # ``include `` ``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 :ref:`omp_get_thread_num-name` must be the same as *thread* , or the current execution mode must be sequential (not :ref:`parallel` ). {xrst_end omp_free_available}