mem_alloc_interface Interface

interface
private subroutine mem_alloc_interface(alloc_bytes, ptr)

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

Description

Allocates aligned memory