Check plugin memory use API

A way to check memory use of the plugin or host app.

In one of my plugins I’m reading the bitmap data and converting it to array buffers and keeping references for comparison for a short time. A way to check the host application or plugin memory footprint would help to see if any changes are increasing memory or creating memory leaks.

2 Likes