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

Name

mcf_dmm_set_tag — Set user code

Description

mcf_dmm_set_tag set the user code attribute in DMM. All DMM objects created or loaded will be tagged with the user code. Upon initialization of DMM, the user code is set to 1.

Specification (Fortran)

subroutine (tag,status)

integer*4 tag
integer*4 status

Parameters

tag

DMM user code (input). A value of 0 or 1 resets the user code to the default value 1.

status

Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned if an error has been detected. A positive value is returned if a warning has been issued.