#include "loft.hh"
Public Attributes | |
size_t | allocated |
size_t | available |
std::vector< std::pair< size_t, size_t > > | buckets |
size_t | maxchunk |
size_t | narenas |
Statistics for Loft allocations.
std::vector<std::pair<size_t,size_t> > buckets |
size_t narenas |
size_t available |
Total number of arenas.
size_t allocated |
Memory still allocatable from Arenas.
size_t maxchunk |
Memory preallocated in Arenas.