pointer fdds_malloc8(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_malloc 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
real*8 reals
real buf(*)
pointer(ptr_buf, buf)
ptr_buf = fdds_malloc8(reals*SIZEOF_REAL)
...
fdds_free(ptr_buf)