Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (G)
Guardian Procedure Calls Reference Manual—522629-013
6-16
GETPOOL_PAGE_ Procedure (H-Series RVUs
Only)
block-size input
INT(32):value
is the size, in bytes, of the memory obtained from the pool. This number cannot be
greater than %377770D. To check data structures without getting any memory
from the pool, set
block-size to zero.
Condition Code Settings
< (CCL) indicates that block-size is out of range, or that the data structures are
invalid; -1D is returned.
= (CCE) indicates that the operation is successful; extended address of block is
returned if
block-size is greater than zero, or -1D is returned if
block-size is equal to 0.
> (CCG) indicates that insufficient memory is available; -1D is returned.