dtFFT
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
mem_alloc_interface
Interface
37 statements
Source File
dtfft_abstract_executor.F90
dtfft_abstract_executor
mem_alloc_interface
Contents
None
interface
private subroutine mem_alloc_interface(alloc_bytes, ptr)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(in)
::
alloc_bytes
Number of bytes to allocate
type(c_ptr),
intent(out)
::
ptr
Allocated pointer
Description
Allocates aligned memory