Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / posix_memalign.stderr.exp
blob3f8075f639e4a10d36976cad3e795c442cfd378c
1 posix_memalign() invalid size value: 0
2    at 0x........: posix_memalign (vg_replace_malloc.c:...)
3    by 0x........: main (posix_memalign.c:32)
5 Invalid alignment value: 18446744073709551615 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
6    at 0x........: posix_memalign (vg_replace_malloc.c:...)
7    by 0x........: main (posix_memalign.c:40)
9 Invalid alignment value: 0 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
10    at 0x........: posix_memalign (vg_replace_malloc.c:...)
11    by 0x........: main (posix_memalign.c:42)
13 Invalid alignment value: 1 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
14    at 0x........: posix_memalign (vg_replace_malloc.c:...)
15    by 0x........: main (posix_memalign.c:44)
17 Invalid alignment value: 2 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
18    at 0x........: posix_memalign (vg_replace_malloc.c:...)
19    by 0x........: main (posix_memalign.c:46)
21 Invalid alignment value: 3 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
22    at 0x........: posix_memalign (vg_replace_malloc.c:...)
23    by 0x........: main (posix_memalign.c:48)
25 Invalid alignment value: 31 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
26    at 0x........: posix_memalign (vg_replace_malloc.c:...)
27    by 0x........: main (posix_memalign.c:53)
29 Invalid alignment value: 33 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
30    at 0x........: posix_memalign (vg_replace_malloc.c:...)
31    by 0x........: main (posix_memalign.c:58)
33 Invalid alignment value: 4095 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
34    at 0x........: posix_memalign (vg_replace_malloc.c:...)
35    by 0x........: main (posix_memalign.c:60)
37 Invalid alignment value: 4097 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
38    at 0x........: posix_memalign (vg_replace_malloc.c:...)
39    by 0x........: main (posix_memalign.c:65)