Click or drag to resize
Accord.NET (logo)

MemoryManagerFree Method

Free unmanaged memory.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static void Free(
	IntPtr pointer
)
Request Example View Source

Parameters

pointer
Type: SystemIntPtr
Pointer to memory buffer to free.
Remarks
This method may skip actual deallocation of memory and keep it for future Alloc(Int32) requests, if some caching scheme is used.
See Also