Struct AllocationManagerDesc
- Namespace
- Misaki.HighPerformance.LowLevel.Buffer
- Assembly
- Misaki.HighPerformance.LowLevel.dll
public struct AllocationManagerDesc
- Inherited Members
-
Properties
public nuint ArenaCapacity { readonly get; set; }
Property Value
- nuint
public static AllocationManagerDesc Default { get; }
Property Value
- AllocationManagerDesc
public nuint FreeListChunkSize { readonly get; set; }
Property Value
- nuint
public nuint FreeListDefaultAlignment { readonly get; set; }
Property Value
- nuint
public nuint StackCapacity { readonly get; set; }
Property Value
- nuint
public nuint TLSFAlignment { readonly get; set; }
Property Value
- nuint
public nuint TLSFInitialChunkSize { readonly get; set; }
Property Value
- nuint