Table of Contents

Struct AllocationRequest

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
A memory allocation request.
public readonly record struct AllocationRequest

Constructors

AllocationRequest(int)
A memory allocation request.

Properties

Alignment
Gets or sets the alignment of the requested allocation. Default is 8.
Executable
Gets or dets whether the allocation should be executable. Default is false.
Size
The size of the requested allocation.