gmp_lib.free Method (IntPtr)

GMP Native Interface for .NET

gmp_libfree Method (IntPtr)
Free the unmanaged memory at ptr.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void free(
	IntPtr ptr
)
Public Shared Sub free ( 
	ptr As IntPtr
)
public:
static void free(
	IntPtr ptr
)
static member free : 
        ptr : IntPtr -> unit 

Parameters

ptr
Type: SystemIntPtr
Pointer to unmanaged memory.
See Also