https://bugs.kde.org/show_bug.cgi?id=386318
--- Comment #2 from Дилян Палаузов <dilyan.palau...@aegee.org> --- Add at http://valgrind.org/info/tools.html before "Other tools": Experimental tools DHAT DHAT is a tool for examining how programs use their heap allocations. It tracks the allocated blocks, and inspects every memory access to find which block, if any, it is to. BBV A basic block is a linear section of code with one entry point and one exit point. A basic block vector (BBV) is a list of all basic blocks entered during program execution, and a count of how many times each basic block was run. BBV is a tool that generates basic block vectors for use with the SimPoint analysis tool. SGCheck SGCheck is a tool for finding overruns of stack and global arrays. It works by using a heuristic approach derived from an observation about the likely forms of stack and global array accesses. -- You are receiving this mail because: You are watching all bug changes.