Hi, I suspect a transformation plugin I'm writing is leaking memory. What are good strategies for debugging memory leaks in an transformation plugin?
How to determine if all data structures created by a plugin are released by the time the continuation is destroyed? Is there any existing support for this? How to distinguish increasing RAM use for caching from leaks? When enabling memory dumps ( https://github.com/apache/trafficserver/blob/master/doc/sdk/troubleshooting-tips/debugging-memory-leaks.en.rst) what do the allocated and in_use counts mean exactly? Best regards, Carlos
