Classes | |
| class | DefaultAlloc |
| struct | MemBlock |
| class | MemPool |
| class | PoolAlloc |
| class | Registry |
| class | Serializer |
Typedefs | |
| typedef vector< BIOSIMZ::INTERFACE::Displaceable * > | DisplacedList |
Enumerations | |
| enum | MemBlockStatus { CONT = 0, TERM = 1 } |
Definition at line 65 of file DisplacedList.h.
Enumeration of status of memory blocks. CONT means the memory is continuous at that block whereas TERM means this block is the last one of the current allocation (that doesn't necessarily mean it's the very last block since there may have been more than one allocations via increments).
1.5.1