|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Go to the source code of this file.
Classes | |
| class | IKVM.Runtime.Util.Java.Nio.DirectBufferMemoryManager |
| Provides a MemoryManager<T> implementation backed by a Java DirectBuffer. This is a bit backward because ultimatly Java owns the memory, and we just use this manager to obtain a Memory<byte> reference to it. Ideally, we would override DirectBuffer in the JDK to allocate from the runtime MemoryPool. More... | |
Namespaces | |
| namespace | IKVM |
| namespace | IKVM.Runtime |
| namespace | IKVM.Runtime.Util |
| namespace | IKVM.Runtime.Util.Java |
| namespace | IKVM.Runtime.Util.Java.Nio |