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
Size
Gets the size of the allocation in bytes.
public nuint Size { get; init; }