The `SeveralBuilder` employs the same tactic as `std::vector`, by over-allocating a reserve buffer, which grows in exponential increments, to amortise better the costs of re-allocation. This tactic does not play well with space limited allocators like `AllocationCluster` however; it is thus necessary to provide an extension point where the actuall allocator's limitation can be queried, allowing to use what is available as reserve, but not more. With these adaptations, a full usage cycle backed by `AllocationCluster` can be demonstrated, including variations of dynamic allocation adjustment. |
||
|---|---|---|
| .. | ||
| draw | ||
| DIR_INFO | ||
| dump | ||
| empty.html | ||
| InterfaceConcept_Varga.mm | ||
| renderengine.html | ||
| thinkPad.ichthyo.mm | ||
| uml | ||
| workflow.mm | ||