Click or drag to resize

SafeNativeMemoryAllocate Method

Allocates a buffer with the specified size.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public void Allocate(
	int size
)

Parameters

size
Type: SystemInt32
The size.
See Also