Memory Management Debugger

Edit Package valgrind

Valgrind checks all memory operations in an application, like read,
write, malloc, new, free, and delete. Valgrind can find uses of
uninitialized memory, access to already freed memory, overflows,
illegal stack operations, memory leaks, and any illegal
new/malloc/free/delete commands. Another program in the package is
"cachegrind," a profiler based on the valgrind engine.

To use valgrind you should compile your application with "-g -O0"
compiler options. Afterwards you can use it with:

valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes
--db-attach=yes my_application, for example.

More valgrind options can be listed via "valgrind --help". There is
also complete documentation in the /usr/share/doc/packages/valgrind/
directory. A debugged application runs slower and needs much more
memory, but is usually still usable. Valgrind is still in development,
but it has been successfully used to optimize several KDE applications.

Refresh
Refresh
Source Files (show unmerged sources)
Filename Size Changed
0001-Bug-385411-s390x-Add-z13-vector-floating-point-suppo.patch 0000060643 59.2 KB
0001-Bug-385411-s390x-Tests-and-internals-for-z13-vector-.patch 0000102248 99.9 KB
0001-Bug-397187-s390x-Add-vector-register-support-for-vgd.patch 0000017709 17.3 KB
0001-Bug-399444-s390x-Drop-unnecessary-check-in-s390_irge.patch 0000001332 1.3 KB
0001-Bug-400490-s390x-Fix-register-allocation-for-VRs-vs-.patch 0000003206 3.13 KB
0001-Bug-400491-s390x-Sign-extend-immediate-operand-of-LO.patch 0000001668 1.63 KB
0001-Bug-402519-POWER-3.0-addex-instruction-incorrectly-i.patch 0000012272 12 KB
0001-Bug-403552-s390x-Fix-vector-facility-bit-number.patch 0000002019 1.97 KB
0001-s390x-more-fixes.patch 0000002056 2.01 KB
Implement-emulated-system-registers.-Fixes-392146.patch 0000013912 13.6 KB
armv6-support.diff 0000000302 302 Bytes
jit-register-unregister.diff 0000007321 7.15 KB
valgrind-3.14.0.tar.bz2 0016602858 15.8 MB
valgrind.changes 0000041839 40.9 KB
valgrind.spec 0000012352 12.1 KB
valgrind.xen.patch 0000104761 102 KB
Latest Revision
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 4)
update link
Comments 0
openSUSE Build Service is sponsored by