cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
                                    -♦-