Free Storage (CEEFRST) API


  Required Parameter:

1 address Input POINTER

  Omissible Parameter:

2 fc Output FEEDBACK

  Service Program Name: QLEAWI

  Default Public Authority: *USE

  Threadsafe: Yes

The Free Storage (CEEFRST) API frees previously allocated heap storage.

Authorities and Locks

None.


Required Parameter

address (input)
The address returned by a previous CEEGTST call or a language-intrinsic function. The storage at this address is deallocated.

Omissible Parameter

fc (output)
A 12-byte feedback code.

Feedback Codes and Conditions

CEE0000 The API completed successfully
Severity: 00  
CEE0802 The storage headers are damaged
Severity: 40  
CEE0810 The starting address for reallocation is not valid
Severity: 30  

Usage Notes


API introduced: V2R3

[ Back to top | ILE CEE APIs | APIs by category ]