FRXAN | Back to Index page |
Prolog Control Block Contents FRXAN DSECT Storage Layout Cross Reference (Contains links to field and bit definitions) |
|
FRXAN Prolog | Top of page |
NAME : HCPFRXAN DESCRIPTION: Storage pool statistics DSECT : FRXAN FUNCTION : Maps the storage pool statistics for the storage pools maintained by HCPFRX. CREATED BY : N/A (statically defined within HCPFRX) DELETED BY : N/A SERIALIZED : All HCPFRX data areas, including this anchor block, are serialised by TSGET on the flag HCPFRXLK. RELOCATION CONSIDERATIONS : None NOTES : This block maps the address and length of the fast-fit memory pool, the address and length of the "root" node and statistics. It can be used to map the HCPFRXFP (primary pool) and HCPFRXFS (secondary pool) information. See the prologue of HCPFRX for a more detailed description. |
FRXAN Control Block Content | Top of page |
|
FRXAN Storage Layout | Top of page |
*** FRXAN - Storage pool statistics * * +---------------------------+---------------------------+ * 0 | FRXPOOL | FRXROOT | * +---------------------------+---------------------------+ * 8 | FRXPLEN | FRXRLEN | * +---------------------------+---------------------------+ * 10 | MALLOC | MALLOCF | * +---------------------------+---------------------------+ * 18 | FREES | FREEF | * +---------------------------+---------------------------+ * 20 | CURRENT | MAXALLOC | * +---------------------------+---------------------------+ * 28 | HIGHADDR | 2C * +---------------------------+ * *** FRXAN - Storage pool statistics |
FRXAN Cross Reference | Top of page |
Symbol Dspl Value -------------- ---- ----- CURRENT 0020 FREEF 001C FREES 0018 FRXANSIZ 0028 0000002C FRXPLEN 0008 FRXPOOL 0000 FRXRLEN 000C FRXROOT 0004 HIGHADDR 0028 MALLOC 0010 MALLOCF 0014 MAXALLOC 0024 |
Copyright IBM Corporation, 1990, 2022