astitcher commented on issue #219: Memory usage tracking for proton-c URL: https://github.com/apache/qpid-proton/pull/219#issuecomment-561393845 I've modified this code so that by default it is essentially not compiled and the memory allocation is unaltered - using malloc, calloc, realloc and free. If you want memory debugging you can compile it with -DPN_MEMDEBUG to enable the debugging code. I decided to commit it for this release because it is sufficiently useful that it should have more exposure, but decided not to compile it by default due the issues noted above.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
