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

Public Attributes | |
| size_t | string_size |
| size_t | capacity |
| bool | is_small |
| size_t | heap_bytes_used |
| size_t | total_bytes |
Get memory usage statistics.
Definition at line 368 of file small_string.h.
| size_t kcenon::logger::small_string< SSO_SIZE >::memory_stats::capacity |
Definition at line 370 of file small_string.h.
Referenced by kcenon::logger::small_string< SSO_SIZE >::get_memory_stats().
| size_t kcenon::logger::small_string< SSO_SIZE >::memory_stats::heap_bytes_used |
Definition at line 372 of file small_string.h.
Referenced by kcenon::logger::small_string< SSO_SIZE >::get_memory_stats().
| bool kcenon::logger::small_string< SSO_SIZE >::memory_stats::is_small |
Definition at line 371 of file small_string.h.
Referenced by kcenon::logger::small_string< SSO_SIZE >::get_memory_stats().
| size_t kcenon::logger::small_string< SSO_SIZE >::memory_stats::string_size |
Definition at line 369 of file small_string.h.
Referenced by kcenon::logger::small_string< SSO_SIZE >::get_memory_stats().
| size_t kcenon::logger::small_string< SSO_SIZE >::memory_stats::total_bytes |
Definition at line 373 of file small_string.h.
Referenced by kcenon::logger::small_string< SSO_SIZE >::get_memory_stats().