integer fdds_free(ptr);
fdds_free frees allocated memory. If a NULL pointer is passed, then no memory is freed. The DDS memory routines allow runtime memory checking. See standard man page for free(3).
fdds_malloc8 Allocate memory