![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Classes | |
| struct | DefaultConfig |
| Lightweight yet safe parametrisation of memory management. More... | |
| class | Epoch |
| Allocation Extent holding scheduler Activities to be performed altogether before a common deadline. More... | |
| struct | RenderConfig |
| Parametrisation tuned for Render Engine performance. More... | |
| struct | Strategy |
| Policy template to mix into the BlockFlow allocator, providing the parametrisation for self-regulation. More... | |
Variables | |
| const size_t | BLOCK_EXPAND_SAFETY_LIMIT = 3000 |
| < Parametrisation of Scheduler memory management scheme | |
| const size_t BLOCK_EXPAND_SAFETY_LIMIT = 3000 |
< Parametrisation of Scheduler memory management scheme
limit for maximum number of blocks allowed in Epoch expansion
Definition at line 114 of file block-flow.hpp.
Referenced by BlockFlow< CONF >::___sanityCheckAlloc().