|
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()
Public Shared Function FreeUnusedMemory As Integer
Request Example
View SourceReturn Value
Type:
Int32Returns number of freed memory blocks.
Remarks Frees and removes from cache memory blocks, which are not used by users.
See Also