Enum MemoryTrimming
Specifies the level of memory trimming Frent's internal buffers should do
[Obsolete("I may or may not use this in the future.")]
public enum MemoryTrimming
Fields
Always = 0Always trim buffers when there is memory pressure
Never = 2Never trim buffers, even when there is memory pressure
Normal = 1Trim buffers a balanced amount