| CoreMemException |
Top-level CoreMem exception.
|
| FreedException |
Exception thrown when ressource is freed more than once.
|
| InvalidAllocationParameterException |
Exception thrown when invalid parameters are passed during memory allocation.
|
| InvalidFragmentedMemoryStateException |
Exception passed when a fragmented emory is in an invalid state.
|
| InvalidNativeMemoryAccessException |
Exception thrown when an invalid native memory access occurs.
|
| InvalidWriteAtReadOnly |
Exception thrown when trying to write to a read-only memory object.
|
| MemoryMapException |
Exception thrown during memory mapping
|
| MemoryMapFileException |
Exception thrown when memory mapping a file
|
| OutOfMemoryException |
Out-of-memory exception.
|
| UnknownSizeOfException |
Exception thrown when Size.of function canot determine the size in bytes of
Java object.
|
| UnsupportedMemoryResizingException |
Exception thrown when trying to resize a memory object that cannot be
resized.
|
| UnsupportedWrappingException |
Exception thrown for unsupported wrapping of a memory object
|