Free unmanaged memory.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public static void Free( IntPtr pointer ) |
Parameters
- pointer
- Type: System..::.IntPtr
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.