omp_destroy_allocator – Destroy an allocator ¶Releases all resources used by a memory allocator, which must not represent
a predefined memory allocator. Accessing memory after its allocator has been
destroyed has unspecified behavior. Passing omp_null_allocator to the
routine is permitted but has no effect.
| Prototype: | void omp_destroy_allocator (omp_allocator_handle_t allocator); |
| Interface: | subroutine omp_destroy_allocator(allocator) |
integer (omp_allocator_handle_kind), intent(in) :: allocator |
OpenMP specification v5.0, Section 3.7.3