Search Results for

    Show / Hide Table of Contents

    Class MemoryIntrinsics.Operators

    A collection of names for memory operations.

    Inheritance
    object
    MemoryIntrinsics.Operators
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Instructions
    Assembly: Flame.Compiler.dll
    Syntax
    public static class MemoryIntrinsics.Operators

    Fields

    | Edit this page View Source

    All

    An immutable array containing all standard memory intrinsics.

    Declaration
    public static readonly ImmutableArray<string> All
    Field Value
    Type Description
    ImmutableArray<string>
    | Edit this page View Source

    AllocaPinned

    An operator that allocates a function-local variable containing a pinned pointer.

    Declaration
    public const string AllocaPinned = "alloca_pinned"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX