You are here: Start » AVL.NET » AVL.InspectImageMemoryPools(bool, int[], int[], int)
AVL.InspectImageMemoryPools(bool, int[], int[], int)
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
- outIsEnabled
- Type: System.Boolean
Specifies whether memory pools are used or not - outPoolSizes
- Type: System.Int32
Count of blocks in consecutive pools - outBlockLengths
- Type: System.Int32
Length of blocks in consecutive pools - outTotalUsage
- Type: System.Int32
Total image memory allocated [B]
