Click or drag to resize

PixelMemoryTrackerMemoryAllocated Method (Object, Int64)

Report than an object has allocated memory.

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 MemoryAllocated(
	Object o,
	long numBytes
)

Parameters

o
Type: SystemObject
The o.
numBytes
Type: SystemInt64
The number bytes.
See Also