d: examples: reduce scopes
[bison.git] / build-aux / Darwin.valgrind
blobcb8b497363cbc1cbd0b18b77b5493c303f91d6d1
1 # Copyright (C) 2012-2015, 2018-2021 Free Software Foundation, Inc.
3 # This program is free software: you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation, either version 3 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 # Valgrind suppression file for Bison.
19    Mac OS X initialization
20    Memcheck:Leak
21    fun:?alloc*
22    ...
23    fun:*ImageLoader*
27    Mac OS X initialization
28    Memcheck:Leak
29    fun:?alloc*
30    ...
31    fun:*dyld*
35    Mac OS X initialization
36    Memcheck:Leak
37    fun:?alloc*
38    ...
39    fun:__CFInitialize
43    Mac OS X I/O buffer
44    Memcheck:Leak
45    fun:malloc
46    fun:__smakebuf
47    fun:__swsetup
48    fun:__sfvwrite
49    fun:fwrite
53    Mac OS X I/O buffer
54    Memcheck:Leak
55    fun:malloc
56    fun:__smakebuf
57    fun:__swsetup
58    fun:__swbuf
59    fun:putchar
62 # Local Variables:
63 # mode: shell-script
64 # End: