Struct AllocatorManager.AllocatorInstallation<T>
Mapping between a Block, AllocatorHandle, and an IAllocator.
Syntax
public struct AllocatorInstallation<T> : IDisposable where T : struct, AllocatorManager.IAllocator, IDisposable
Type Parameters
Name |
Description |
T |
Type of allocator to install functions for.
|
Constructors
AllocatorInstallation(AllocatorManager.AllocatorHandle)
Creates a Block for an allocator, associates that allocator with an AllocatorHandle, then installs the allocator's function into the function table.
Declaration
public AllocatorInstallation(AllocatorManager.AllocatorHandle Handle)
Parameters
Fields
m_handle
Declaration
public AllocatorManager.AllocatorHandle m_handle
Field Value
MBlock
Declaration
public AllocatorManager.Block MBlock
Field Value
Properties
Allocator
Declaration
public T Allocator { get; }
Property Value
Methods
Dispose()
Declaration