#include <Pool.h>

Detailed Description
TODO: Classify and add constructor/destructor to initialize properly.
Member Data Documentation
◆ mem_idle_limit
ssize_t _MemPoolGlobalStats::mem_idle_limit |
Definition at line 320 of file Pool.h.
Referenced by Mem::Report().
◆ TheMeter
MemPoolMeter* _MemPoolGlobalStats::TheMeter |
Definition at line 304 of file Pool.h.
Referenced by GetInfo(), and Mem::Report().
◆ tot_chunks_alloc
int _MemPoolGlobalStats::tot_chunks_alloc |
Definition at line 310 of file Pool.h.
Referenced by Mem::Report().
◆ tot_chunks_free
int _MemPoolGlobalStats::tot_chunks_free |
Definition at line 313 of file Pool.h.
Referenced by Mem::Report().
◆ tot_chunks_inuse
int _MemPoolGlobalStats::tot_chunks_inuse |
Definition at line 311 of file Pool.h.
Referenced by Mem::Report().
◆ tot_chunks_partial
int _MemPoolGlobalStats::tot_chunks_partial |
Definition at line 312 of file Pool.h.
Referenced by Mem::Report().
◆ tot_items_alloc
int _MemPoolGlobalStats::tot_items_alloc |
Definition at line 315 of file Pool.h.
Referenced by Mem::Report().
◆ tot_items_idle
int _MemPoolGlobalStats::tot_items_idle |
Definition at line 317 of file Pool.h.
Referenced by Mem::Report().
◆ tot_items_inuse
int _MemPoolGlobalStats::tot_items_inuse |
Definition at line 316 of file Pool.h.
Referenced by Mem::Report().
◆ tot_overhead
int _MemPoolGlobalStats::tot_overhead |
Definition at line 319 of file Pool.h.
Referenced by Mem::Report().
◆ tot_pools_alloc
int _MemPoolGlobalStats::tot_pools_alloc |
Definition at line 306 of file Pool.h.
Referenced by Mem::Report().
◆ tot_pools_inuse
int _MemPoolGlobalStats::tot_pools_inuse |
Definition at line 307 of file Pool.h.
Referenced by Mem::Report().
◆ tot_pools_mempid
The documentation for this struct was generated from the following file:
- src/mem/Pool.h