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

