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