Skip navigation links

Package com.yahoo.memory

The memory package contains classes that extend the Java Unsafe class and provide direct primitive and array access to off-heap memory as well as compatible views into heap-based arrays and the Java ByteBuffer class.

See: Description

Package com.yahoo.memory Description

The memory package contains classes that extend the Java Unsafe class and provide direct primitive and array access to off-heap memory as well as compatible views into heap-based arrays and the Java ByteBuffer class. This package is general purpose, has no external dependencies and can be used in any application that needs to manage data structures outside the Java heap.

This package requires JDK8 or higher.

Author:
Lee Rhodes
Skip navigation links

Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.