Click or drag to resize
Accord.NET (logo)

MemoryManagerFreeUnusedMemory Method

Force freeing unused memory.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static int FreeUnusedMemory()
Request Example View Source

Return Value

Type: Int32
Returns number of freed memory blocks.
Remarks
Frees and removes from cache memory blocks, which are not used by users.
See Also