HOME
| OPENMP API Specification: Version 5.0 November 2018

3.7.5  omp_get_default_allocator

SummaryThe omp_get_default_allocator routine returns a handle to the memory allocator to be used by allocation calls, allocate directives and allocate clauses that do not specify an allocator.

Format

SVG-Viewer needed.

 

 
omp_allocator_handle_t omp_get_default_allocator (void);  

SVG-Viewer needed.

SVG-Viewer needed.

 

 
integer(kind=omp_allocator_handle_kind)& 
function omp_get_default_allocator ()  

SVG-Viewer needed.

BindingThe binding task set for an omp_get_default_allocator region is the binding implicit task.

EffectThe effect of this routine is to return the value of the def-allocator-var ICV of the binding implicit task.

Cross References

SVG-Viewer needed.