Guardian Procedure Calls Reference Manual

POOL64_RESET_MAX_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Returned Value
Summary
The POOL64_RESET_MAX_ procedure resets the max_… accumulators in the designated pool to
the current value of the measured quantity. For example, it sets the max_alloc accumulator to
the current value of alloc. These accumulators are reported by the POOL64_GETINFO_ Procedure
(page 966).
Syntax for C Programmers
#include <kpool64.h>
uint32 POOL64_RESET_MAX_ ( NSK_POOL64_PTR pool_ptr );
Syntax for TAL Programmers
?SOURCE $SYSTEM.SYSTEM.KPOOL64
result := POOL64_RESET_MAX_ ( pool_ptr ); ! i
Parameter
pool_ptr
input
INT .EXT64
pointer to a pool established by a call to the POOL64_DEFINE_ Procedure (page 959).
Returned Value
INT(32)
Outcome of the call:
POOL64_OK0
Successful completion.
POOL64_BAD_POOL101
Pool is uninitialized or corrupted.
These values are defined in kpool64.h for C and KPOOL64 for pTAL.
972 Guardian Procedure Calls (P)