Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual—522629-013
4-31
DEFINEPOOL Procedure
(Superseded by POOL_* Procedures)
Although they can also be used to manage the allocation of a collection of equal-
sized blocks, these procedures are not recommended for that purpose, because
they can consume more processor time and pool memory than user-written
routines designed for that specific task.
Example
STATUS := DEFINEPOOL ( POOL^HEAD , POOL , 2048D );
Related Programming Manual
For programming information about the DEFINEPOOL memory-management
procedure, refer to the
Guardian Programmer’s Guide.