pointer fdds_malloc(size)
The following DDS parameters are predefined for host-dependent Fortran values:
SIZEOF_INTEGER SIZEOF_INTEGER2 SIZEOF_REAL SIZEOF_DOUBLE SIZEOF_COMPLEX SIZEOF_DBL_CPX
fdds_malloc8 Allocate memory fdds_calloc Allocate memory fdds_calloc8 Allocate memory fdds_realloc Reallocate memory fdds_realloc8 Reallocate memory fdds_free Free memory fdds_memuse Query allocated memory
integer reals real buf(*) pointer(ptr_buf, buf) ptr_buf = fdds_malloc(reals*SIZEOF_REAL) ... fdds_free(ptr_buf)