Resets the top (free space boundary) of the storage to the very beginning. This function does not deallocate any memory. If the storage has a parent, the function returns all blocks to the parent.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvClearMemStorage(
	IntPtr storage
)
Public Shared Sub cvClearMemStorage ( _
	storage As IntPtr _
)
public:
static void cvClearMemStorage(
	IntPtr storage
)

Parameters

storage
IntPtr
Memory storage

See Also