mem_alloc_host Interface

interface

Allocates memory using C11 Standard alloc_align with 16 bytes alignment


Called by

interface~~mem_alloc_host~~CalledByGraph interface~mem_alloc_host mem_alloc_host proc~mem_alloc_ptr dtfft_plan_t%mem_alloc_ptr proc~mem_alloc_ptr->interface~mem_alloc_host proc~check_aux dtfft_plan_t%check_aux proc~check_aux->proc~mem_alloc_ptr proc~dtfft_mem_alloc_c dtfft_mem_alloc_c proc~dtfft_mem_alloc_c->proc~mem_alloc_ptr proc~mem_alloc_c32_1d dtfft_plan_t%mem_alloc_c32_1d proc~mem_alloc_c32_1d->proc~mem_alloc_ptr proc~mem_alloc_c32_2d dtfft_plan_t%mem_alloc_c32_2d proc~mem_alloc_c32_2d->proc~mem_alloc_ptr proc~mem_alloc_c32_3d dtfft_plan_t%mem_alloc_c32_3d proc~mem_alloc_c32_3d->proc~mem_alloc_ptr proc~mem_alloc_c64_1d dtfft_plan_t%mem_alloc_c64_1d proc~mem_alloc_c64_1d->proc~mem_alloc_ptr proc~mem_alloc_c64_2d dtfft_plan_t%mem_alloc_c64_2d proc~mem_alloc_c64_2d->proc~mem_alloc_ptr proc~mem_alloc_c64_3d dtfft_plan_t%mem_alloc_c64_3d proc~mem_alloc_c64_3d->proc~mem_alloc_ptr proc~mem_alloc_r32_1d dtfft_plan_t%mem_alloc_r32_1d proc~mem_alloc_r32_1d->proc~mem_alloc_ptr proc~mem_alloc_r32_2d dtfft_plan_t%mem_alloc_r32_2d proc~mem_alloc_r32_2d->proc~mem_alloc_ptr proc~mem_alloc_r32_3d dtfft_plan_t%mem_alloc_r32_3d proc~mem_alloc_r32_3d->proc~mem_alloc_ptr proc~mem_alloc_r64_1d dtfft_plan_t%mem_alloc_r64_1d proc~mem_alloc_r64_1d->proc~mem_alloc_ptr proc~mem_alloc_r64_2d dtfft_plan_t%mem_alloc_r64_2d proc~mem_alloc_r64_2d->proc~mem_alloc_ptr proc~mem_alloc_r64_3d dtfft_plan_t%mem_alloc_r64_3d proc~mem_alloc_r64_3d->proc~mem_alloc_ptr proc~execute_ptr dtfft_plan_t%execute_ptr proc~execute_ptr->proc~check_aux proc~dtfft_execute_c dtfft_execute_c proc~dtfft_execute_c->proc~execute_ptr proc~execute dtfft_plan_t%execute proc~execute->proc~execute_ptr

public subroutine mem_alloc_host(alloc_size, ptr) bind(C)

Arguments

Type IntentOptional Attributes Name
integer(kind=c_size_t), value :: alloc_size

Number of bytes to allocate

type(c_ptr) :: ptr

Pointer to allocate