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~2~~CallsGraph proc~mem_alloc~2 fftw_executor%mem_alloc fftw_malloc fftw_malloc proc~mem_alloc~2->fftw_malloc

Called by

proc~~mem_alloc~2~~CalledByGraph proc~mem_alloc~2 fftw_executor%mem_alloc proc~create~7 fftw_executor%create proc~create~7->proc~mem_alloc~2