Back to Aurora Vision Library Lite website
You are here: Start » System » Configuration » ControlImageMemoryPools
ControlImageMemoryPools
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Enables or disables deterministic image memory allocator.
Applications: This may improve performance when many images are created and destroyed in an application.
Syntax
void avl::ControlImageMemoryPools ( bool inIsEnabled )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inIsEnabled | bool | True | Specifies whether memory pools should be used or not |

