Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / memcheck / tests / linux / memalign.stderr.exp
blobae9dc6e3568d15940d115c1bc65624ff84372263
1 Invalid alignment value: 0 (should be power of 2)
2    at 0x........: memalign (vg_replace_malloc.c:...)
3    by 0x........: main (memalign.c:47)
5 Invalid alignment value: 3 (should be power of 2)
6    at 0x........: memalign (vg_replace_malloc.c:...)
7    by 0x........: main (memalign.c:53)
9 Invalid alignment value: 5 (should be power of 2)
10    at 0x........: memalign (vg_replace_malloc.c:...)
11    by 0x........: main (memalign.c:57)
13 Invalid alignment value: 7 (should be power of 2)
14    at 0x........: memalign (vg_replace_malloc.c:...)
15    by 0x........: main (memalign.c:60)
17 Invalid alignment value: 9 (should be power of 2)
18    at 0x........: memalign (vg_replace_malloc.c:...)
19    by 0x........: main (memalign.c:64)
21 Invalid alignment value: 31 (should be power of 2)
22    at 0x........: memalign (vg_replace_malloc.c:...)
23    by 0x........: main (memalign.c:67)
25 Invalid alignment value: 33 (should be power of 2)
26    at 0x........: memalign (vg_replace_malloc.c:...)
27    by 0x........: main (memalign.c:71)
29 Invalid alignment value: 4095 (should be power of 2)
30    at 0x........: memalign (vg_replace_malloc.c:...)
31    by 0x........: main (memalign.c:74)
33 Invalid alignment value: 4097 (should be power of 2)
34    at 0x........: memalign (vg_replace_malloc.c:...)
35    by 0x........: main (memalign.c:78)
37 memalign() invalid size value: 0
38    at 0x........: memalign (vg_replace_malloc.c:...)
39    by 0x........: main (memalign.c:87)