Dirk Mueller
8359fc3c64
* Memcheck now tests and warns about the values used for alignment and size. These apply to various functions: memalign, posix_memalign and aligned_alloc in C and various overloads of operators new and delete in C++. The kinds of error that can be detected are - invalid alignment, for instance the alignment is usually required to be a power of 2 - mismatched alignment between aligned allocation and aligned deallocation - mismatched size when sized delete is used - bad size for functions that have implementation defined behaviour when the requested size is zero * many bug fixes, see https://valgrind.org/docs/manual/dist.news.html OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=275 |
||
---|---|---|
_multibuild | ||
.gitattributes | ||
.gitignore | ||
armv6-support.diff | ||
dhat-use-datadir.patch | ||
parallel-lto.patch | ||
valgrind-3.22.0.tar.bz2 | ||
valgrind.changes | ||
valgrind.spec | ||
valgrind.xen.patch | ||
VEX-x86-pinsrd.patch |