Click or drag to resize

PixelMemoryTrackerMemoryFreed Method (IntPtr)

Reports a block of memory as free.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void MemoryFreed(
	IntPtr location
)

Parameters

location
Type: SystemIntPtr
A pointer to the memory about to be freed.
Remarks
This method is thread-safe.
See Also