|
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
)
Public Shared Sub Free (
pointer As IntPtr
)
Request Example
View SourceParameters
- 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