Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Implementation of memory management helper functions for the render engine model.
Here, in the actual translation unit, the generic part of these functions is emitted, while the corresponding header provides a strictly typed front-end, based on templates, which forward to the implementation eventually.
Definition in file allocation-cluster.cpp.
#include "lib/allocation-cluster.hpp"
#include "lib/error.hpp"
#include "lib/util.hpp"
#include "lib/sync.hpp"
#include <deque>
Classes | |
class | AllocationCluster::MemoryManager |
"Low-level" Memory manager for allocating small objects of a fixed size. More... | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |