|
Broom 1.0.0
A thread-local C++ Garbage Collector
|
#include <allocator.h>

Public Attributes | |
| size_t | total_mapped_bytes = 0 |
| size_t | allocated_bytes = 0 |
| size_t | free_bytes = 0 |
Definition at line 271 of file allocator.h.
| size_t broom::Allocator::AllocatorStatistics::allocated_bytes = 0 |
Definition at line 273 of file allocator.h.
| size_t broom::Allocator::AllocatorStatistics::free_bytes = 0 |
Definition at line 274 of file allocator.h.
| size_t broom::Allocator::AllocatorStatistics::total_mapped_bytes = 0 |
Definition at line 272 of file allocator.h.