fdds_memuse - query allocate memory
SYNOPSIS
#include <fdds.h> (fixed-format sources)
#include <f90dds.h> (free-format sources)
real*8 fdds_memuse( )
DESCRIPTION
fdds_memuse returns the amount of memory allocated through
the DDS allocation routines. The DDS memory routines allow for
runtime memory checking.
SEE ALSO
fdds_malloc Allocate memory
fdds_malloc8 Allocate memory
fdds_calloc Allocate memory
fdds_calloc8 Allocate memory
fdds_realloc Reallocate memory
fdds_realloc8 Reallocate memory
fdds_free Free memory
AUTHOR
Jerry Ehlers, EPTG (Oct 2006)