You are here: Start » AVL.NET » Function Reference » System » Configuration » AVL.ChargeImageMemoryPools

AVL.ChargeImageMemoryPools

Preallocates memory buffers for images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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.

Parallel execution

This filter cannot be placed in multiple Workers.

Errors

List of possible exceptions:

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

See also