You are here: Start » AVL.NET » AVS.ChargeImageMemoryPools Method

AVS.ChargeImageMemoryPools Method

Preallocates memory buffers for images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ChargeImageMemoryPools
(
	IList<int> inRequestedPoolSizes,
	bool inTouch
)

Parameters

Name Type Range Default Description
inRequestedPoolSizesSystem.Collections.Generic.IList<int>Copy a value from InspectImageMemoryPools.outPoolSizes.
inTouchboolForces getting the new memory pools to the cache memory.

See also