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
memcheck/tests/sh-mem-random.c: Set huge_addr to 240GB
[valgrind.git]
/
memcheck
/
tests
/
posix_memalign_supp.supp
blob
a38ba23b0c524c56bd0c80e07178368fe738ebef
1
2
{
3
posix_memalign size
4
Memcheck:BadSize
5
fun:posix_memalign
6
fun:main
7
}
8
9
{
10
posix_memalign align
11
Memcheck:BadAlign
12
fun:posix_memalign
13
fun:main
14
}
15
16
# Darwin uses zones
17
{
18
posix_memalign size
19
Memcheck:BadSize
20
fun:malloc_zone_memalign
21
fun:posix_memalign
22
fun:main
23
}
24
25
{
26
posix_memalign align
27
Memcheck:BadAlign
28
fun:malloc_zone_memalign
29
fun:posix_memalign
30
fun:main
31
}
32