Lumiera  0.pre.03
»edit your freedom«
SimpleAllocator_test Class Reference

Description

Test:
cover the basic operations of a custom allocator, delegating to mpool.

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.

Todo:
as of 9/11 we do heap allocation, but we should use mpool – see also Ticket #835
See also
engine::BufferMetadata
TypedAllocationManager_test

Definition at line 98 of file simple-allocator-test.cpp.

Private Member Functions

virtual void run (Arg)
 
+ Inheritance diagram for SimpleAllocator_test:
+ Collaboration diagram for SimpleAllocator_test:

The documentation for this class was generated from the following file: