![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
Collaboration diagram for control_t:Public Attributes | |
| block_header_t | block_null |
| size_t | total_size |
| size_t | allocated |
| size_t | real_used |
| size_t | max_used |
| size_t | fragments |
| size_t | max_fragments |
| unsigned int | fl_bitmap |
| unsigned int | sl_bitmap [FL_INDEX_COUNT] |
| block_header_t * | blocks [FL_INDEX_COUNT][SL_INDEX_COUNT] |
| block_header_t control_t::block_null |
| block_header_t* control_t::blocks[FL_INDEX_COUNT][SL_INDEX_COUNT] |
| unsigned int control_t::sl_bitmap[FL_INDEX_COUNT] |