https://bugs.kde.org/show_bug.cgi?id=476535
Paul Floyd <pjfl...@wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Paul Floyd <pjfl...@wanadoo.fr> --- commit d248a4830770160cc7062f32ec91933804fe401a Author: Paul Floyd <pjfl...@wanadoo.fr> Date: Sun Nov 5 13:35:01 2023 +0100 Bug 476535 - Difference in allocation size for massif/tests/overloaded-new between clang++/libc++ and g++/libstdc++ In the end all I could do was filter the results. libc++ and libstdc++ allocate different sizes of stuff for their own usr. That means that when we get to allocating aligned blocks there is some slop (up to the alignment size) that gets counted. And the amount of that slop depends on the prior (internal) allocations. -- You are receiving this mail because: You are watching all bug changes.