JavaScript is disabled on your browser.
Skip navigation links
Java SE 21 & JDK 21
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH
Uses of Interface
java.lang.foreign.MemorySegment.Scope
Packages that use
MemorySegment.Scope
PREVIEW
Package
Description
java.lang.foreign
Provides low-level access to memory and functions outside the Java runtime.
Uses of
MemorySegment.Scope
PREVIEW
in
java.lang.foreign
Methods in
java.lang.foreign
that return
MemorySegment.Scope
PREVIEW
Modifier and Type
Method
Description
MemorySegment.Scope
PREVIEW
Arena.
scope
()
Returns the arena scope.
MemorySegment.Scope
PREVIEW
MemorySegment.
scope
()
Returns the scope associated with this memory segment.