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

AVL.ChargeImageMemoryPools Method

Preallocates memory buffers for images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ChargeImageMemoryPools(
	int[] inRequestedPoolSizes,
	bool inTouch
)

Parameters

Name Type Range Default Description
inRequestedPoolSizesintCopy a value from InspectImageMemoryPools.outPoolSizes.
inTouchboolForces getting the new memory pools to the cache memory.

Errors

Error type Description
DomainError Incorrect size of 'inRequestedPoolSizes' array.

See also