Internal memory manager used by image processing routines.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public static class MemoryManager

Remarks

The memory manager supports memory allocation/deallocation caching. Caching means that memory blocks may be not freed on request, but kept for later reuse.

Inheritance Hierarchy

System..::.Object
  AForge.Imaging..::.MemoryManager

See Also