Class MemoryStack

All Implemented Interfaces:
AutoCloseable, Pointer

public class MemoryStack extends Pointer.Default implements AutoCloseable
An off-heap memory stack.

This class should be used in a thread-local manner for stack allocations.

See Also: