repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
memcheck
/
tests
/
freebsd
/
aligned_allocs_supp.supp
blob
56676481e7bf48f700bd13003800aea16a28d6de
1
{
2
posix_memalign bad alignment
3
Memcheck:BadAlign
4
fun:posix_memalign
5
fun:main
6
}
7
8
{
9
aligned_alloc bad alignment
10
Memcheck:BadAlign
11
fun:aligned_alloc
12
fun:main
13
}
14
15
{
16
aligned_alloc bad size
17
Memcheck:BadSize
18
fun:aligned_alloc
19
fun:main
20
}