AllocationMode EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Defines modes of allocation: space/time tradeoff

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum AllocationMode
Members

  Member nameValueDescription
ReuseSpace0 The pile will try to reuse ram at the cost of possibly slower allocations
FavorSpeed1 The pile may use more ram in some cases but allocate faster
See Also