HOME
| OPENMP API Specification: Version 5.1 November 2020

3.13  Memory Management Routines

This section describes routines that support memory management on the current device.

Instances of memory management types must be accessed only through the routines described in this section; programs that otherwise access instances of these types are non-conforming.

  3.13.1  Memory Management Types
  3.13.2  omp_init_allocator
  3.13.3  omp_destroy_allocator
  3.13.4  omp_set_default_allocator
  3.13.5  omp_get_default_allocator
  3.13.6  omp_alloc and omp_aligned_alloc
  3.13.7  omp_free
  3.13.8  omp_calloc and omp_aligned_calloc
  3.13.9  omp_realloc