You are here: Start » AVL.NET » Invoke.InspectImageMemoryPools
Returns information about allocated image memory buffers. This information can be used for preallocation.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void InspectImageMemoryPools ( out bool outIsEnabled, List<int> outPoolSizes, List<int> outBlockLengths, out int outTotalUsage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | outIsEnabled | bool | Specifies whether memory pools are used or not. | ||
![]() | outPoolSizes | System.Collections.Generic.List<int> | Count of blocks in consecutive pools. | ||
![]() | outBlockLengths | System.Collections.Generic.List<int> | Length of blocks in consecutive pools. | ||
![]() | outTotalUsage | int | Total image memory allocated [B]. |

