On Jul 16, 2014, at 12:07 PM, James Peach <jpe...@apache.org> wrote:
> Sometimes I've gone to the extent of using placement new() in order to be > consistent about using TSmalloc+TSfree, but there's no additional memory leak > tracking in those. The only practical difference I can think of is that if > ATS is using tcmalloc, then this would ensure your plugin gets it too. yeah, tcmalloc is nice (and easy to use with ATS). I’m not sure why Valgrind isn’t working for you, best I can suggest is that you setup a dev environment with CentOS7 or Fedora Core 20, and run it there ? I generally find Valgrind easy to use, albeit, incredibly slow. Cheers, — Leif