Click or drag to resize
Accord.NET (logo)

MemoryManagerMinSizeToCache Property

Minimum memory block's size in bytes, which could be cached.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static int MinSizeToCache { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks
Memory blocks, which size is less than this value, are not cached.
See Also