Back to Adaptive Vision Library Lite website
You are here: Start » Configuration » InspectImageMemoryPools
InspectImageMemoryPools
Returns information about allocated image memory buffers. This information can be used for preallocation.
Syntax
void avl::InspectImageMemoryPools ( bool& outIsEnabled, atl::Array<int>& outPoolSizes, atl::Array<int>& outBlockLengths, int& outTotalUsage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
outIsEnabled | bool& | Specifies whether memory pools are used or not | |
![]() |
outPoolSizes | Array<int>& | Count of blocks in consecutive pools | |
![]() |
outBlockLengths | Array<int>& | Length of blocks in consecutive pools | |
![]() |
outTotalUsage | int& | Total image memory allocated [B] |

