Struct MemoryAllocatorOptions
Defines options for creating the default MemoryAllocator.
Inherited Members
Namespace: SixLabors.ImageSharp.Memory
Assembly: SixLabors.ImageSharp.dll
Syntax
public struct MemoryAllocatorOptions
Properties
| Improve this Doc View SourceMaximumPoolSizeMegabytes
Gets or sets a value defining the maximum size of the MemoryAllocator's internal memory pool in Megabytes. null means platform default.
Declaration
public int? MaximumPoolSizeMegabytes { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |