| Interface | Description |
|---|---|
| IAllocator32 |
Defines the way in which 32-bit addresses (locations)
are obtained from or returned to the storage.
|
| IAllocator64 |
Defines the way in which 64-bit addresses (locations)
are obtained from or returned to the storage.
|
| Class | Description |
|---|---|
| BitAlloc32 |
Implements an allocator using a bitset to keep track of the
allocated and released addresses.
|
| BitAlloc64 |
Implements an allocator using a bitset to keep track of the
allocated and released addresses.
|
| StackAlloc32<TSequence extends IContainer32<java.lang.Integer> & IBackSequence<java.lang.Integer>> |
Implements an allocator using a number to store the highest
address and a sequence to keep track of released addresses.
|
| StackAlloc32_ |
Implements an allocator using a number to store the highest
address and a stack to keep track of released addresses.
|
| StackAlloc64<TSequence extends IContainer64<java.lang.Long> & IBackSequence<java.lang.Long>> |
Implements an allocator using a number to store the highest
address and a sequence to keep track of released addresses.
|
| StackAlloc64_ |
Implements an allocator using a number to store the highest
address and a stack to keep track of released addresses.
|
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.