|
VLink
2.0.0
A high-performance communication middleware
|
Statistics for allocations that bypass the tier free lists. More...
#include <memory_pool.h>
Public Attributes | |
| uint64_t | alloc_count {0} |
| Oversized allocations forwarded to the system allocator. More... | |
| uint64_t | alloc_bytes {0} |
| Total bytes of oversized allocations. More... | |
| uint64_t | dealloc_count {0} |
| Oversized deallocations observed. More... | |
Statistics for allocations that bypass the tier free lists.
Captures requests whose size exceeds the largest tier or whose alignment exceeds kBlockAlignment.
| uint64_t vlink::MemoryPool::OversizedStats::alloc_bytes {0} |
Total bytes of oversized allocations.
| uint64_t vlink::MemoryPool::OversizedStats::alloc_count {0} |
Oversized allocations forwarded to the system allocator.
| uint64_t vlink::MemoryPool::OversizedStats::dealloc_count {0} |
Oversized deallocations observed.