You are here: Start » AVL.NET » AVL.ChargeImageMemoryPools(int[], bool)

AVL.ChargeImageMemoryPools(int[], bool)

Preallocates memory buffers for images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inRequestedPoolSizes
Type: System.Int32
Copy a value from InspectImageMemoryPools.outBlockLengths
inTouch
Type: System.Boolean
Forces getting the new memory pools to the cache memory

Errors

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

See also