Uses of Interface
net.haesleinhuepf.clij.coremem.fragmented.FragmentedMemoryInterface
-
Packages that use FragmentedMemoryInterface Package Description net.haesleinhuepf.clij.coremem.fragmented -
-
Uses of FragmentedMemoryInterface in net.haesleinhuepf.clij.coremem.fragmented
Classes in net.haesleinhuepf.clij.coremem.fragmented that implement FragmentedMemoryInterface Modifier and Type Class Description classFragmentedMemoryFragmented memory objects are lists of contiguous memory regions.Methods in net.haesleinhuepf.clij.coremem.fragmented that return FragmentedMemoryInterface Modifier and Type Method Description static FragmentedMemoryInterfaceFragmentedMemory. wrap(ContiguousMemoryInterface... pContiguousMemoryInterfaces)Wrap a list of contiguous memory regions into a single fragmented memory.
-