CEEVUHFR — return storage to a user-created heap

The CEEVUHFR CWI returns storage to the heap identified by the heapid. If the returned storage does not belong to the given heap, the result is unpredictable. CEEVUHFR uses the C-style parameter interface.

Syntax

void CEEVUHFR (heap_token, ptr)
POINTER     heap_token;
POINTER     ptr
CEEVUHFR
Call this CWI interface as follows:
L     R15,CEECAACELV-CEECAA(,R12)
L     R15,4068(,R15)
BALR  R14,R15
heap_token (input)
The identifier of the user-created heap to which the storage is to be returned.
ptr (input)
A pointer to the storage to be returned to the heap.