Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » System » Configuration » InspectImageMemoryPools

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]

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

Complexity Level

This filter is available on Expert Complexity Level.