xerial.larray.buffer.LBufferConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of larray-buffer Show documentation
Show all versions of larray-buffer Show documentation
LArray off-heap buffer library
package xerial.larray.buffer;
/**
* Holding the default memory allocator
* @author Taro L. Saito
*/
public class LBufferConfig {
public static MemoryAllocator allocator = new DefaultMemoryAllocator();
}