MemCom Reference Manual > MemCom ftn Fortran API > Dynamic Memory Manager (DMM) > mcf_dmm_init

Name

mcf_dmm_init — Initialize DMM

Description

mcf_dmm_init initializes the Dynamic Memory Manager system. If DMM is used separately from MemCom, mcf_dmm_init must be called once before any other references to DMM are made. If DMM is used together with MemCom the call to mcf_dmm_init is not required, since MemCom initializes DMM when routine mcf_init is called.

Specification (Fortran)

subroutine mcf_dmm_init()