Table of Contents

Interface IAllocationBase

Namespace
ReFuel.Memory
Assembly
ReFuel.dll

Base interface of all allocations.

public interface IAllocationBase : IDisposable
Inherited Members

Properties

Count

Number of items in this allocation.

int Count { get; }

Property Value

int

IsDisposed

True if this alloaction has been disposed.

bool IsDisposed { get; }

Property Value

bool