Start » Filter Reference » System » Configuration » ChargeImageMemoryPools
Module: | FoundationLite |
---|
Preallocates memory buffers for images.
Applications
This may improve performance when many images are created and destroyed in an application.
Name | Type | Description | |
---|---|---|---|
inRequestedPoolSizes | IntegerArray | Copy a value from InspectImageMemoryPools.outPoolSizes | |
inTouch | Bool | Forces getting the new memory pools to the cache memory |
Parallel execution
This filter cannot be placed in multiple Workers.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect size of 'inRequestedPoolSizes' array. |
Complexity Level
This filter is available on Expert Complexity Level.