mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
- Use "heap blocks" rather than "malloc'd blocks" as heap blocks covers calloc, realloc, new, new[], memalign, etc. - Used "GDB" and "GCC" throughout rather than "gcc" and "gdb". - Made various tag uses more consistent. - Greatly clarified the instructions on --xml=yes and its friends. - Lots of other little improvements and fixes to out-of-date things and Linux-centric things, mostly in Section 2. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10701