Broom 1.0.0
A thread-local C++ Garbage Collector
Loading...
Searching...
No Matches
Public Attributes | List of all members
broom::Allocator::AllocatorStatistics Struct Reference

#include <allocator.h>

Collaboration diagram for broom::Allocator::AllocatorStatistics:
Collaboration graph
[legend]

Public Attributes

size_t total_mapped_bytes = 0
 
size_t allocated_bytes = 0
 
size_t free_bytes = 0
 

Detailed Description

Definition at line 271 of file allocator.h.

Member Data Documentation

◆ allocated_bytes

size_t broom::Allocator::AllocatorStatistics::allocated_bytes = 0

Definition at line 273 of file allocator.h.

◆ free_bytes

size_t broom::Allocator::AllocatorStatistics::free_bytes = 0

Definition at line 274 of file allocator.h.

◆ total_mapped_bytes

size_t broom::Allocator::AllocatorStatistics::total_mapped_bytes = 0

Definition at line 272 of file allocator.h.


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