Table of Contents

Struct AllocationInfo

Namespace
Misaki.HighPerformance.LowLevel.Buffer
Assembly
Misaki.HighPerformance.LowLevel.dll

Holds information about a memory allocation.

public readonly struct AllocationInfo
Inherited Members

Properties

Address

Gets the address of the allocated memory block.

public nint Address { get; init; }

Property Value

nint

Size

Gets the size of the allocation in bytes.

public nuint Size { get; init; }

Property Value

nuint