Package-level declarations

Types

Link copied to clipboard
data class MemoryScopesProfile(val names: MutableMap<MemoryScopeType, String> = mutableMapOf())

Profile containing scopes for memory operations

Link copied to clipboard

Defines the type of memory scope used for memory operations. This enum represents different boundaries or contexts within which memory can be stored and retrieved. Each type corresponds to a specific operational scope for memory sharing and isolation.