ue.$uex.get.buf

User Exit/BASIC Program, Releases:

Get a block of consecutive memory.

Syntax

result=oconv(max.frames,'u$uex.get.buf')

Description

The 'u$uex.get.buf' user exit gets a block of consecutive frames in memory as close to the specified 'max.frames' as possible.

'result' is dynamic array which contains the following information:

result<1> = segment:offset
segment: segment (hex) of requested buffer (0 for ap/prot)
offset : offset (hex) of requested buffer (0 for ap/native)

result<2> = number.of.frames

Example

tape.buf = oconv(128,'u$uex.get.buf')

See Also

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

User Comments

What do you think?

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

Login to leave your comments.