https://bugs.kde.org/show_bug.cgi?id=509666
--- Comment #11 from Aliaksei Kandratsenka <[email protected]> --- Thanks for the clarification. That you want to have the same behavior between dynamic and static linking is fair game. So I just submitted a fix to gperftools that avoids the assumption that tc_{malloc,free} are our "own" functions. BTW given that gperftools (and few other allocators that attempt to make things go fast) alias various functions, valgrind now fails to detect if free or operator delete are called, so it gives me "bogus" warning about operator new/free kind of mismatch. I.e. consider updating valgrind to detect this kind of aliasing and silencing the warning. -- You are receiving this mail because: You are watching all bug changes.
