Uses of Interface
java.lang.foreign.Arena
Package
Description
Provides low-level access to memory and functions outside the Java runtime.
-
Uses of ArenaPREVIEW in java.lang.foreign
Modifier and TypeMethodDescriptionArena.openConfined()
Returns a new confined arena, owned by the current thread.Arena.openShared()
Returns a new shared arena.