Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Enumeration MemoryOperation

    Types of possbile operations to request by Pages host call.

    Index

    Enumeration Members

    Enumeration Members

    Read: 3

    Preserve memory and set access to read-only.

    Void: 0

    Zeroes memory and set access to unreadable.

    Write: 4

    Preserve memory and set access to read-write.

    ZeroRead: 1

    Zeroes memory and set access to read-only.

    ZeroWrite: 2

    Zeroes memory and set access to read-write.