unilink  0.4.3
A simple C++ library for unified async communication
unilink::memory::MemoryPool::PoolStats Struct Reference

#include <memory_pool.hpp>

Public Attributes

size_t total_allocations {0}
 
size_t pool_hits {0}
 

Detailed Description

Definition at line 46 of file memory_pool.hpp.

Member Data Documentation

◆ pool_hits

size_t unilink::memory::MemoryPool::PoolStats::pool_hits {0}

Definition at line 48 of file memory_pool.hpp.

◆ total_allocations

size_t unilink::memory::MemoryPool::PoolStats::total_allocations {0}

Definition at line 47 of file memory_pool.hpp.


The documentation for this struct was generated from the following file: