All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xerial.larray.buffer.LBufferConfig Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package xerial.larray.buffer;

/**
 * Holding the default memory allocator
 * @author Taro L. Saito
 */
public class LBufferConfig {

    public static MemoryAllocator allocator = new DefaultMemoryAllocator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy