Guardian Procedure Calls Reference Manual
tag-size
output
INT .EXT:ref:1
is the size in bytes of one of the tags used to mark the free or allocated blocks.
Returned Value
INT
Outcome of the call:
No error.0
Required parameter missing. error-detail contains the number of the first parameter found to be in error,
where 1 designates the first parameter on the left.
2
Bounds error. error-detail contains the number of the first parameter found to be in error, where 1
designates the first parameter on the left.
3
Corrupt pool header.9
Considerations
NOTE: There are additional considerations for privileged callers.
See the POOL_DEFINE_ procedure Considerations (page 940).
Example
error :=
POOL_GETINFO_ ( pool, error^detail, avail^pool^size );
! determine the available pool size
Related Programming Manual
For programming information about the POOL_GETINFO_ memory-management procedure, see
the Guardian Programmer's Guide.
944 Guardian Procedure Calls (P)