DEFRECORD KCML_MemoryPool
Record returned by 'KCML_Debug_GetPools() containing information about a active memory pools| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_MemPool_Pool | Pool | |
| KCML_MemPool_Global | BOOL | TRUE if created by CREATE POOL, false if pool belongs to a function |
| KCML_MemPool_Context$ | CHAR(128) | Context of a pool |
| KCML_MemPool_Name$ | CHAR(64) | Name of global pool, if applicable |