Class | Description |
---|---|
LTMemory |
LTMemory represents a memory area guaranteed by the system to have
linear time allocation when memory consumption from the memory area is less
than the memory area's initial size. |
ScopedMemory |
ScopedMemory is the abstract base class of all classes dealing with
representations of memory spaces which have a limited lifetime. |
StackedMemory |
StackedMemory implements a scoped memory allocation area and backing
store management system. |