Skip Navigation Links.

H5CrtHeap..::..Allocate Method ()

Allocate memory from the "C" run-time heap.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Shared Function Allocate ( _
	size As IntPtr _
) As IntPtr
C#
public static IntPtr Allocate(
	IntPtr size
)
Visual C++
public:
static IntPtr Allocate(
	IntPtr size
)
JavaScript
HDF5DotNet.H5CrtHeap.allocate = function(size);

Parameters

size
Type: IntPtr
Size of memory to allocate in bytes.

See Also