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

Description

Test:
create a random pattern of recursive invocations, each allocating a chunk out of a global buffer table storage.

After returning, each allocation should be cleanly deallocated and the internal level in the storage vector should have doped to zero again.

Definition at line 134 of file buff-table-test.cpp.

Private Types

using PSto = std::unique_ptr< BuffTableStorage >
 

Private Member Functions

void invocation (uint consumed, void *lastLevel)
 recurse down randomly until exhausting storage
 
virtual void run (Arg)
 

Private Attributes

ulong counter
 
PSto pStorage
 

Additional Inherited Members

- Public Member Functions inherited from Test
virtual void run (Arg arg)=0
 
+ Inheritance diagram for BuffTable_test:
+ Collaboration diagram for BuffTable_test:

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