JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
Java SE 27 & JDK 27
DRAFT 27-ea+19-1-Debian
java.base
java.lang.foreign
MemorySegment
Scope
Search for
in
all modules
java.base
java.compiler
java.datatransfer
java.desktop
java.instrument
java.logging
java.management
java.management.rmi
java.naming
java.net.http
java.prefs
java.rmi
java.scripting
java.se
java.security.jgss
java.security.sasl
java.smartcardio
java.sql
java.sql.rowset
java.transaction.xa
java.xml
java.xml.crypto
jdk.accessibility
jdk.attach
jdk.charsets
jdk.compiler
jdk.crypto.cryptoki
jdk.dynalink
jdk.editpad
jdk.hotspot.agent
jdk.httpserver
jdk.incubator.vector
jdk.jartool
jdk.javadoc
jdk.jcmd
jdk.jconsole
jdk.jdeps
jdk.jdi
jdk.jdwp.agent
jdk.jfr
jdk.jlink
jdk.jpackage
jdk.jshell
jdk.jstatd
jdk.localedata
jdk.management
jdk.management.agent
jdk.management.jfr
jdk.naming.dns
jdk.naming.rmi
jdk.net
jdk.nio.mapmode
jdk.sctp
jdk.security.auth
jdk.security.jgss
jdk.xml.dom
jdk.zipfs
Search page
Search help
Uses of Interface
java.lang.foreign.MemorySegment.Scope
Packages that use
MemorySegment.Scope
Package
Description
java.lang.foreign
Provides low-level access to memory and functions outside the Java runtime.
Uses of
MemorySegment.Scope
in
java.lang.foreign
Methods in
java.lang.foreign
that return
MemorySegment.Scope
Modifier and Type
Method
Description
MemorySegment.Scope
Arena.
scope
()
Returns the arena scope.
MemorySegment.Scope
MemorySegment.
scope
()
Returns the scope associated with this memory segment.