Enum AllocationMode
Defines modes of allocation: space/time tradeoff
Namespace: NFX.ApplicationModel.Pile
Assembly: NFX.dll
Syntax
public enum AllocationMode
Fields
| Name | Description |
|---|---|
| FavorSpeed | The pile may use more ram in some cases but allocate faster |
| ReuseSpace | The pile will try to reuse ram at the cost of possibly slower allocations |