Release Heap (CEERLHP) API



  Required Parameter:

1 mark Input POINTER

  Omissible Parameter:

2 fc Output FEEDBACK

  Service Program Name: QLEAWI

  Default Public Authority: *USE

  Threadsafe: Yes

The Release Heap (CEERLHP) API frees all storage allocated since the specified mark in the heap.

Authorities and Locks

None.


Required Parameter

mark (input)
A mark returned by a previous CEEMKHP call. All storage allocated in the marked heap since the corresponding mark operation is released. Marks obtained after the specified mark are also discarded.

Omissible Parameter

fc (output)
A 12-byte feedback code.

Feedback Codes and Conditions

CEE0000 The API completed successfully
Severity: 00  
CEE0807 The mark does not match any existing mark
Severity: 30  

Usage Notes



API introduced: V2R3

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