Click or drag to resize
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
)

Parameters

ptr
Type: SystemIntPtr
Pointer to unmanaged memory.
See Also