gmp_libfree Method (void_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(
void_ptr ptr
)
Public Shared Sub free (
ptr As void_ptr
)
public:
static void free(
void_ptr ptr
)
static member free :
ptr : void_ptr -> unit
Parameters
- ptr
- Type: Math.Gmp.Nativevoid_ptr
Pointer to previously allocated memory.
Remarks See Also