HOME
| OPENMP API Specification: Version 5.1 November 2020

3.13.5  omp_get_default_allocator

Summary The 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.

Binding The binding task set for an omp_get_default_allocator region is the binding implicit task.

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

Cross References