Start » Filter Reference » System » Configuration » InspectImageMemoryPools
Module: | FoundationLite |
---|
Returns information about allocated image memory buffers. This information can be used for preallocation.
Name | Type | Description | |
---|---|---|---|
outIsEnabled | Bool | Specifies whether memory pools are used or not | |
outPoolSizes | IntegerArray | Count of blocks in consecutive pools | |
outBlockLengths | IntegerArray | Length of blocks in consecutive pools | |
outTotalUsage | Integer | Total image memory allocated [B] |
Parallel execution
This filter cannot be placed in multiple Workers.
Complexity Level
This filter is available on Expert Complexity Level.