Back to Adaptive Vision Library Lite website
You are here: Start » Configuration » ChargeImageMemoryPools
ChargeImageMemoryPools
Preallocates memory buffers for images.
Syntax
void avl::ChargeImageMemoryPools ( const atl::Array<int>& inRequestedPoolSizes, bool inTouch )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRequestedPoolSizes | const Array<int>& | Copy a value from InspectImageMemoryPools.outBlockLengths | |
![]() |
inTouch | bool | Forces getting the new memory pools to the cache memory |
Errors
| Error type | Description |
|---|---|
| DomainError | Incorrect size of 'inRequestedPoolSizes' array. |

