http://www.emgu.com
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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvClearMemStorage(
IntPtr storage
) |
Visual Basic |
---|
Public Shared Sub cvClearMemStorage ( _
storage As IntPtr _
) |
Visual C++ |
---|
public:
static void cvClearMemStorage(
IntPtr storage
) |
See Also