cobol1.hlp (Topic list)
CBL_FREE_MEM Details (↑ Dynamic Memory Allocation)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Description:
 
     This routine releases memory allocated by the CBL_ALLOC_MEM routine.
     The routine sets RETURN-CODE to zero for success, nonzero for failure.
 
     See also CBL_ALLOC_MEM
 
  Parameters on Entry:
 
     mem-pointer             The pointer returned when the memory was
                             allocated using CBL_ALLOC_MEM.
 
  Parameters on Exit:
 
     None
                                    -♦-