Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / posix_memalign.stderr.exp-darwin
blob26472d08bbf61d5439398d66a53046b716aea14c
1 posix_memalign() invalid size value: 0
2    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
3    by 0x........: posix_memalign (in /...libc...)
4    by 0x........: main (posix_memalign.c:32)
6 Invalid alignment value: 18446744073709551615 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
7    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
8    by 0x........: posix_memalign (in /...libc...)
9    by 0x........: main (posix_memalign.c:40)
11 Invalid alignment value: 0 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
12    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
13    by 0x........: posix_memalign (in /...libc...)
14    by 0x........: main (posix_memalign.c:42)
16 Invalid alignment value: 1 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
17    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
18    by 0x........: posix_memalign (in /...libc...)
19    by 0x........: main (posix_memalign.c:44)
21 Invalid alignment value: 2 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
22    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
23    by 0x........: posix_memalign (in /...libc...)
24    by 0x........: main (posix_memalign.c:46)
26 Invalid alignment value: 3 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
27    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
28    by 0x........: posix_memalign (in /...libc...)
29    by 0x........: main (posix_memalign.c:48)
31 Invalid alignment value: 31 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
32    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
33    by 0x........: posix_memalign (in /...libc...)
34    by 0x........: main (posix_memalign.c:53)
36 Invalid alignment value: 33 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
37    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
38    by 0x........: posix_memalign (in /...libc...)
39    by 0x........: main (posix_memalign.c:58)
41 Invalid alignment value: 4095 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
42    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
43    by 0x........: posix_memalign (in /...libc...)
44    by 0x........: main (posix_memalign.c:60)
46 Invalid alignment value: 4097 (should be non-zero, a power of 2 and a multiple of sizeof(void*))
47    at 0x........: malloc_zone_memalign (vg_replace_malloc.c:...)
48    by 0x........: posix_memalign (in /...libc...)
49    by 0x........: main (posix_memalign.c:65)