https://bugs.kde.org/show_bug.cgi?id=486162
--- Comment #1 from Matheus Catarino <matheus-catar...@hotmail.com> --- Comment on attachment 168922 --> https://bugs.kde.org/attachment.cgi?id=168922 heaptrack show dlang mangled functions (druntime internal) D code: void main() {} command: ldmd2 foo.d For this print has used ldc2 (LLVM D Compiler), but same result on any D compiler. By default using extern(D) - D ABI '_D' extern(C++) - C++ ABI, demangle works extern(C) - like betterC, no issue -- You are receiving this mail because: You are watching all bug changes.