|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
Get current pool statistics. More...
#include <object_pool.h>

Public Attributes | |
| size_t | total_size |
| size_t | available_count |
| size_t | in_use_count |
Get current pool statistics.
Definition at line 100 of file object_pool.h.
| size_t kcenon::logger::memory::object_pool< T >::statistics::available_count |
Definition at line 102 of file object_pool.h.
Referenced by kcenon::logger::memory::object_pool< T >::get_statistics().
| size_t kcenon::logger::memory::object_pool< T >::statistics::in_use_count |
Definition at line 103 of file object_pool.h.
Referenced by kcenon::logger::memory::object_pool< T >::get_statistics().
| size_t kcenon::logger::memory::object_pool< T >::statistics::total_size |
Definition at line 101 of file object_pool.h.
Referenced by kcenon::logger::memory::object_pool< T >::get_statistics().