| Interface | Description |
|---|---|
| MemoryManager |
Interface for a memory manager that assigns portions of memory to different tasks.
|
| Class | Description |
|---|---|
| AbstractPagedInputView |
The base class for all input views that are backed by multiple memory pages.
|
| AbstractPagedOutputView |
The base class for all output views that are backed by multiple memory pages.
|
| CheckedMemorySegment |
This class represents a piece of memory allocated from the memory manager.
|
| DefaultMemoryManager | |
| ListMemorySegmentSource |
Simple memory segment source that draws segments from a list.
|
| SimpleMemorySegment |
This class represents a piece of memory allocated from the memory manager.
|
| UnsafeMemorySegment |
This class represents a piece of memory allocated from the memory manager.
|
| Exception | Description |
|---|---|
| MemoryAllocationException |
An exception to be thrown when a memory allocation operation is not successful.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.