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

AVL.InspectImageMemoryPools Method

Returns information about allocated image memory buffers. This information can be used for preallocation.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void InspectImageMemoryPools(
	out bool outIsEnabled,
	out int[] outPoolSizes,
	out int[] outBlockLengths,
	out int outTotalUsage
)

Parameters

Name Type Range Default Description
outIsEnabledboolSpecifies whether memory pools are used or not.
outPoolSizesintCount of blocks in consecutive pools.
outBlockLengthsintLength of blocks in consecutive pools.
outTotalUsageintTotal image memory allocated [B].

See also