GMP Native Interface for .NET
gmp_libfree Method (char_ptr) |
De-allocate the space pointed to by 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( char_ptr ptr )
Public Shared Sub free ( ptr As char_ptr )
public: static void free( char_ptr ptr )
static member free : ptr : char_ptr -> unit
Parameters
- ptr
- Type: Math.Gmp.Nativechar_ptr
Pointer to previously allocated memory.
Remarks