Bug 466762 - Add redirs for C23 free_sized() and free_aligned_sized()
[valgrind.git] / memcheck / tests / mempool2.stderr.exp
blob8dda2cecb4cf21708aca305d8c544096f45679d5
2 ------ out of range reads in malloc-backed pool ------
4 Invalid read of size 1
5 at 0x........: test (mempool2.c:135)
6 by 0x........: main (mempool2.c:200)
7 Address 0x........ is 1 bytes before a block of size 10 client-defined
8 at 0x........: allocate (mempool2.c:108)
9 by 0x........: test (mempool2.c:130)
10 by 0x........: main (mempool2.c:200)
12 Invalid read of size 1
13 at 0x........: test (mempool2.c:136)
14 by 0x........: main (mempool2.c:200)
15 Address 0x........ is 0 bytes after a block of size 10 client-defined
16 at 0x........: allocate (mempool2.c:108)
17 by 0x........: test (mempool2.c:130)
18 by 0x........: main (mempool2.c:200)
21 ------ out of range reads in mmap-backed pool ------
23 Invalid read of size 1
24 at 0x........: test (mempool2.c:140)
25 by 0x........: main (mempool2.c:200)
26 Address 0x........ is 1 bytes before a block of size 20 client-defined
27 at 0x........: allocate (mempool2.c:108)
28 by 0x........: test (mempool2.c:131)
29 by 0x........: main (mempool2.c:200)
31 Invalid read of size 1
32 at 0x........: test (mempool2.c:141)
33 by 0x........: main (mempool2.c:200)
34 Address 0x........ is 0 bytes after a block of size 20 client-defined
35 at 0x........: allocate (mempool2.c:108)
36 by 0x........: test (mempool2.c:131)
37 by 0x........: main (mempool2.c:200)
40 ------ Illegal memory pool address ------
42 Illegal memory pool address
43 at 0x........: test (mempool2.c:145)
44 by 0x........: main (mempool2.c:200)
45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
46 at 0x........: malloc (vg_replace_malloc.c:...)
47 by 0x........: make_pool (mempool2.c:46)
48 by 0x........: test (mempool2.c:122)
49 by 0x........: main (mempool2.c:200)
52 ------ read free in malloc-backed pool ------
54 Invalid read of size 1
55 at 0x........: test (mempool2.c:150)
56 by 0x........: main (mempool2.c:200)
57 Address 0x........ is 13 bytes inside a recently re-allocated block of size 100,000 alloc'd
58 at 0x........: malloc (vg_replace_malloc.c:...)
59 by 0x........: make_pool (mempool2.c:47)
60 by 0x........: test (mempool2.c:122)
61 by 0x........: main (mempool2.c:200)
64 ------ read free in mmap-backed pool ------
66 Invalid read of size 1
67 at 0x........: test (mempool2.c:155)
68 by 0x........: main (mempool2.c:200)
69 Address 0x........ is 11 bytes inside a block of size 20 free'd
70 at 0x........: test (mempool2.c:154)
71 by 0x........: main (mempool2.c:200)
72 Block was alloc'd at
73 at 0x........: allocate (mempool2.c:108)
74 by 0x........: test (mempool2.c:131)
75 by 0x........: main (mempool2.c:200)
78 ------ double free in malloc-backed pool ------
80 Invalid free() / delete / delete[] / realloc()
81 at 0x........: test (mempool2.c:159)
82 by 0x........: main (mempool2.c:200)
83 Address 0x........ is 8 bytes inside a recently re-allocated block of size 100,000 alloc'd
84 at 0x........: malloc (vg_replace_malloc.c:...)
85 by 0x........: make_pool (mempool2.c:47)
86 by 0x........: test (mempool2.c:122)
87 by 0x........: main (mempool2.c:200)
90 ------ double free in mmap-backed pool ------
92 Invalid free() / delete / delete[] / realloc()
93 at 0x........: test (mempool2.c:163)
94 by 0x........: main (mempool2.c:200)
95 Address 0x........ is 0 bytes inside a block of size 20 free'd
96 at 0x........: test (mempool2.c:154)
97 by 0x........: main (mempool2.c:200)
98 Block was alloc'd at
99 at 0x........: allocate (mempool2.c:108)
100 by 0x........: test (mempool2.c:131)
101 by 0x........: main (mempool2.c:200)
104 ------ 2 invalid access in 'no no-access superblock' ---
106 Invalid read of size 1
107 at 0x........: test (mempool2.c:182)
108 by 0x........: main (mempool2.c:200)
109 Address 0x........ is 1 bytes before a block of size 10 client-defined
110 at 0x........: test (mempool2.c:175)
111 by 0x........: main (mempool2.c:200)
113 Invalid read of size 1
114 at 0x........: test (mempool2.c:183)
115 by 0x........: main (mempool2.c:200)
116 Address 0x........ is 0 bytes after a block of size 10 client-defined
117 at 0x........: test (mempool2.c:175)
118 by 0x........: main (mempool2.c:200)
121 ------ done ------