Struct Ase::LoftStats
Statistics for Loft allocations.
#include <loft.hh>
Public Attributes
Type | Name |
---|---|
size_t | allocated = = 0 Memory still allocatable from Arenas. |
size_t | available = = 0 Total number of arenas. |
std::vector< std::pair< size_t, size_t > > | buckets |
size_t | maxchunk = = 0 Memory preallocated in Arenas. |
size_t | narenas = = 0 |
Public Attributes Documentation
variable allocated
size_t Ase::LoftStats::allocated;
variable available
size_t Ase::LoftStats::available;
variable buckets
std::vector<std::pair<size_t,size_t> > Ase::LoftStats::buckets;
variable maxchunk
size_t Ase::LoftStats::maxchunk;
variable narenas
size_t Ase::LoftStats::narenas;
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/loft.hh