|
unilink
0.4.3
A simple C++ library for unified async communication
|
#include <memory_pool.hpp>
Public Attributes | |
| size_t | total_allocations {0} |
| size_t | pool_hits {0} |
Definition at line 46 of file memory_pool.hpp.
| size_t unilink::memory::MemoryPool::PoolStats::pool_hits {0} |
Definition at line 48 of file memory_pool.hpp.
| size_t unilink::memory::MemoryPool::PoolStats::total_allocations {0} |
Definition at line 47 of file memory_pool.hpp.