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
)
Public Shared Sub free (
ParamArray ptrs As mp_ptr()
)
public:
static void free(
... array<mp_ptr^>^ ptrs
)
static member free :
ptrs : mp_ptr[] -> unit
Parameters
- ptrs
- Type: Math.Gmp.Nativemp_ptr
Pointers to previously allocated memory.
Remarks See Also