
#include <evmpool.h>

Public Member Functions | |
| Pool () | |
| Pool () | |
Data Fields | |
| int | numMsgs |
| void * | msgPool [MAX_POOL_SIZE] |
| int | numBlocks |
| int | blockSize |
| void * | memPool [MAX_POOL_SIZE] |
| Pool * | next |
| Pool * | prev |
Definition at line 19 of file evmpool.h.
Definition at line 22 of file evmpool.h.
Referenced by EventMsgPool::CheckPool(), EventMsgPool::GetEventMsg(), Pool(), and EventMsgPool::PutEventMsg().
| void* Pool::msgPool[MAX_POOL_SIZE] |
Definition at line 23 of file evmpool.h.
Referenced by EventMsgPool::GetEventMsg(), and EventMsgPool::PutEventMsg().
Definition at line 15 of file mempool.h.
Referenced by MemoryPool::CheckPool(), MemoryPool::GetBlock(), and MemoryPool::PutBlock().
Definition at line 15 of file mempool.h.
Referenced by MemoryPool::CheckPool(), MemoryPool::GetBlock(), and MemoryPool::PutBlock().
| void* Pool::memPool[MAX_POOL_SIZE] |
Definition at line 16 of file mempool.h.
Referenced by MemoryPool::GetBlock(), and MemoryPool::PutBlock().
Definition at line 17 of file mempool.h.
Referenced by MemoryPool::CheckPool(), MemoryPool::GetBlock(), and MemoryPool::PutBlock().
1.5.5