Table of Contents

Constructor AllocationRequest

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

AllocationRequest(int)

A memory allocation request.
public AllocationRequest(int Size)

Parameters

Size int
The size of the requested allocation.