[This is preliminary documentation and is subject to change.]
Defines modes of allocation: space/time tradeoff
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ReuseSpace | 0 | The pile will try to reuse ram at the cost of possibly slower allocations | |
FavorSpeed | 1 | The pile may use more ram in some cases but allocate faster |
See Also