Heap Free Method Fling OS
Frees the specified memory giving it back to the heap.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[NoDebugAttribute]
[NoGCAttribute]
public static void Free(
	void* ptr
)
See Also