Table of Contents

Enum MemoryTrimming

Namespace
Frent.Core
Assembly
Frent.dll

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 = 0

Always trim buffers when there is memory pressure

Never = 2

Never trim buffers, even when there is memory pressure

Normal = 1

Trim buffers a balanced amount