Click or drag to resize
gmp_libfree Method (mp_ptr)
De-allocate the space pointed to by ptrs.

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(
	params mp_ptr[] ptrs
)

Parameters

ptrs
Type: Math.Gmp.Nativemp_ptr
Pointers to previously allocated memory.
Remarks