Class MemoryIntrinsics.Operators
A collection of names for memory operations.
Inherited Members
Namespace: Flame.Compiler.Instructions
Assembly: Flame.Compiler.dll
Syntax
public static class MemoryIntrinsics.Operators
Fields
| Edit this page View SourceAll
An immutable array containing all standard memory intrinsics.
Declaration
public static readonly ImmutableArray<string> All
Field Value
| Type | Description |
|---|---|
| ImmutableArray<string> |
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 |