Debug statistics for type TMonoAllocator, receivable with method DbgGetStatistics. Availability depends on configuration macro ALIB_DEBUG_MEMORY.
Definition at line 180 of file monoallocator.hpp.
#include <monoallocator.hpp>
Public Field Index: | |
| size_t | AlignmentWaste =0 |
| The number of bytes lost for alignment. | |
| size_t | AllocSizeInclResets =0 |
| The number of allocated space, cumulated over resets. | |
| size_t | QtyAllocations =0 |
| The number of allocations performed. | |
| size_t | QtyAllocationsInclResets =0 |
| The number of allocations performed, cumulated over resets. | |
| size_t | QtyBufferSizeExceeds =0 |
| The number of allocations that have been larger than the buffer size. | |
| size_t | QtyResets =0 |
| The number of resets performed. | |
| size_t | QtyTrivialAllocations =0 |
| The number of allocations that did not create a new buffer . | |
| size_t | QtyTrivialAllocationsInclResets =0 |
| The number of allocations that did not create a new buffer, cumulated over resets. | |
| size_t alib::monomem::DbgStatistics::AlignmentWaste =0 |
The number of bytes lost for alignment.
Definition at line 197 of file monoallocator.hpp.
| size_t alib::monomem::DbgStatistics::AllocSizeInclResets =0 |
The number of allocated space, cumulated over resets.
Definition at line 194 of file monoallocator.hpp.
| size_t alib::monomem::DbgStatistics::QtyAllocations =0 |
The number of allocations performed.
Definition at line 182 of file monoallocator.hpp.
| size_t alib::monomem::DbgStatistics::QtyAllocationsInclResets =0 |
The number of allocations performed, cumulated over resets.
Definition at line 185 of file monoallocator.hpp.
| size_t alib::monomem::DbgStatistics::QtyBufferSizeExceeds =0 |
The number of allocations that have been larger than the buffer size.
Definition at line 200 of file monoallocator.hpp.
| size_t alib::monomem::DbgStatistics::QtyResets =0 |
The number of resets performed.
Definition at line 203 of file monoallocator.hpp.
| size_t alib::monomem::DbgStatistics::QtyTrivialAllocations =0 |
The number of allocations that did not create a new buffer .
Definition at line 188 of file monoallocator.hpp.
| size_t alib::monomem::DbgStatistics::QtyTrivialAllocationsInclResets =0 |
The number of allocations that did not create a new buffer, cumulated over resets.
Definition at line 191 of file monoallocator.hpp.