Re: Tracing memory leaks in ATS plug-ins

2021-01-22 Thread Shu Kit Chan
Perhaps you can see if this trick can help you? https://cwiki.apache.org/confluence/display/TS/Presentations+-+2017?preview=/70255385/74684709/ATSSummit_jemalloc.pptx Also the experimental memory_profile plugin is using the same trick to help memory debugging as well. Thanks. Kit On Fri, Jan 22

Tracing memory leaks in ATS plug-ins

2021-01-22 Thread Nick Dunkin
Hi, We are currently in the process of trying to determine if we have a memory leak in one of our own ATS plug-ins. Our plug-ins are implemented using the bundled C++ API framework, and we use any number of the standard C++ container classes. We are currently on version 7.1.4 of Traffic Serv