Lumiera
0.pre.03
»edit your freedom«
|
The SimpleAllocator doesn't provide any ref-counting or tracking facilities, nor does he support bulk de-allocation. The advantage over using std::allocator directly is the shortcut for (placement) construction, and – of course – the ability to exchange the memory model at one central location.
Definition at line 98 of file simple-allocator-test.cpp.
Private Member Functions | |
virtual void | run (Arg) |