GMP Native Interface for .NET
allocate_function Delegate |
Return a pointer to newly allocated space with at least alloc_size bytes.
Namespace: Math.Gmp.Native
Assembly: Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)

public delegate void_ptr allocate_function( size_t alloc_size )
Public Delegate Function allocate_function ( alloc_size As size_t ) As void_ptr
public delegate void_ptr allocate_function( size_t alloc_size )
type allocate_function = delegate of alloc_size : size_t -> void_ptr
Parameters
- alloc_size
- Type: Math.Gmp.Nativesize_t
The minimum number of bytes to allocate.
Return Value
Type: void_ptrA pointer to newly allocated space with at least alloc_size bytes.
