Struct Ase::Loft::BumpAllocator::MMSpan
Public Attributes
Type | Name |
---|---|
boost::atomic< uintptr_t > | mmsize = = 0 |
char * | mmstart = = nullptr |
boost::atomic< MMSpan * > | next = = nullptr |
boost::atomic< uintptr_t > | offset = = 0 |
Public Attributes Documentation
variable mmsize
boost::atomic<uintptr_t> Ase::Loft::BumpAllocator::MMSpan::mmsize;
variable mmstart
char* Ase::Loft::BumpAllocator::MMSpan::mmstart;
variable next
boost::atomic<MMSpan*> Ase::Loft::BumpAllocator::MMSpan::next;
variable offset
boost::atomic<uintptr_t> Ase::Loft::BumpAllocator::MMSpan::offset;
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/loft.cc