From: anonymous c. <nas...@us...> - 2014-05-11 20:03:43
|
> debug: Drop LOGALLOC usage > > There are special tools (like valgrind and etc) > to track memory leaks, no need for own trivial > tracker. I hereby request that this change be undone. This functionality has found bugs in the past. Not everyone has the patience to mess with third party memory tracking tools. And, last but not least, this code does not seem to be a maintenance nightmare. |