Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource valgrind-32bit

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.

Found 2 sites for valgrind-32bit

Found 11 RPM for valgrind-32bit

PackageSummaryDistributionDownload
valgrind-32bit-3.23.0-1.1.s390x.htmlMemory Management DebuggerOpenSuSE Ports Tumbleweed for s390xvalgrind-32bit-3.23.0-1.1.s390x.rpm
valgrind-32bit-3.23.0-1.1.x86_64.htmlMemory Management DebuggerOpenSuSE Tumbleweed for x86_64valgrind-32bit-3.23.0-1.1.x86_64.rpm
valgrind-32bit-3.22.0-150600.1.2.s390x.htmlMemory Management DebuggerOpenSuSE Leap 15.6 for s390xvalgrind-32bit-3.22.0-150600.1.2.s390x.rpm
valgrind-32bit-3.22.0-150600.1.2.x86_64.htmlMemory Management DebuggerOpenSuSE Leap 15.6 for x86_64valgrind-32bit-3.22.0-150600.1.2.x86_64.rpm
valgrind-32bit-3.20.0-150500.2.1.s390x.htmlMemory Management DebuggerOpenSuSE Leap 15.5 for s390xvalgrind-32bit-3.20.0-150500.2.1.s390x.rpm
valgrind-32bit-3.20.0-150500.2.1.x86_64.htmlMemory Management DebuggerOpenSuSE Leap 15.5 for x86_64valgrind-32bit-3.20.0-150500.2.1.x86_64.rpm
valgrind-32bit-3.18.1-150400.1.4.s390x.htmlMemory Management DebuggerOpenSuSE Leap 15.4 for s390xvalgrind-32bit-3.18.1-150400.1.4.s390x.rpm
valgrind-32bit-3.18.1-150400.1.4.x86_64.htmlMemory Management DebuggerOpenSuSE Leap 15.4 for x86_64valgrind-32bit-3.18.1-150400.1.4.x86_64.rpm
valgrind-32bit-3.16.1-2.17.s390x.htmlMemory Management DebuggerOpenSuSE Leap 15.3 for s390xvalgrind-32bit-3.16.1-2.17.s390x.rpm
valgrind-32bit-3.16.1-2.17.x86_64.htmlMemory Management DebuggerOpenSuSE Leap 15.3 for x86_64valgrind-32bit-3.16.1-2.17.x86_64.rpm
valgrind-32bit-3.15.0-lp152.3.3.x86_64.htmlMemory Management DebuggerOpenSuSE Leap 15.2 for x86_64valgrind-32bit-3.15.0-lp152.3.3.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet