ue.$uex.rel.buf
Release a consecutive block of memory.
Syntax
result = oconv(block.info,'u$uex.rel.buf')
Description
The 'u$uex.rel.buf' user exit released a block of consecutive frames in memory previously allocated by 'u$uex.get.buf'.
'block.info' is a dynamic array which contains the following information:
block.info<1> = base address of frames to be released (address is composed of segment:offset)
block.info<2> = number of frames to be released
'result' is a status code indicating:
'0' = successful
'1' = illegal base address segment:offset
'2' = result<2>: number of frames not released
Example
code =
oconv('6000:0'<am>'128','u$uex.rel.buf')
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
