mkl_dfti_mem_alloc Interface

interface

Allocates pointer via mkl_malloc


Called by

interface~~mkl_dfti_mem_alloc~~CalledByGraph interface~mkl_dfti_mem_alloc mkl_dfti_mem_alloc proc~mem_alloc~2 mkl_executor%mem_alloc proc~mem_alloc~2->interface~mkl_dfti_mem_alloc

public function mkl_dfti_mem_alloc(alloc_bytes, ptr) result(status) bind(C)

Arguments

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

Number of bytes to allocate.

type(c_ptr) :: ptr

Pointer to allocated memory.

Return Value integer(kind=c_long)

Function completion status.