Table of Contents

Class BumpAllocator

Namespace
ReFuel.Memory
Assembly
ReFuel.dll

An allocator that can never free individual allocations.

public class BumpAllocator : BumpAllocator<byte>, IAllocator<byte>, IAnyAllocator, IAllocator, IDisposable
Inheritance
BumpAllocator
Implements
Inherited Members

Methods

Allocate<T>(int)

public IAlloaction<T> Allocate<T>(int nelems) where T : unmanaged

Parameters

nelems int

Returns

IAlloaction<T>

Type Parameters

T