Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-23
POOL_PUTSPACE_ Procedure
POOL_PUTSPACE_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Related Programming Manual
Summary
The POOL_PUTSPACE_ procedure returns a block of memory to a buffer pool.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
indicates the outcome of the call:
0 No error.
2 Required parameter missing.
3 Bounds error:
block is not within the pool boundaries.
9 Corrupt pool header.
11 Corrupt allocated block: Data is probably written beyond the allocated block or
the block has already been returned.
#include <cextdecs(POOL_PUTSPACE_)>
short POOL_PUTSPACE_ ( short *pool
,short *block );
error := POOL_PUTSPACE_ ( pool ! i
,block ); ! i