mem_alloc Subroutine

private subroutine mem_alloc(alloc_bytes, ptr)

Allocates FFTW3 memory

Type Bound

fftw_executor

Arguments

Type IntentOptional Attributes Name
integer(kind=int64), intent(in) :: alloc_bytes

Number of bytes to allocate

type(c_ptr), intent(out) :: ptr

Allocated pointer


Calls

proc~~mem_alloc~4~~CallsGraph proc~mem_alloc~4 fftw_executor%mem_alloc fftw_malloc fftw_malloc proc~mem_alloc~4->fftw_malloc