ue.$uex.rel.buf

User Exit/BASIC Program, Releases:

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

Command Name Type Description
ue.$uex.get.buf User Exit Get a block of consecutive memory.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.