projects
/
scilab.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix some valgrind issues
[scilab.git]
/
scilab
/
tools
/
profiling
/
valgrind.supp
1
{
2
scilab-console/tgetent
3
Memcheck:Leak
4
...
5
fun:tgetent
6
}
7
{
8
scilab-console/tgetnum
9
Memcheck:Leak
10
...
11
fun:tgetnum
12
}
13
{
14
dl_init/static_initialization_and_destruction
15
Memcheck:Leak
16
fun:_Znwm
17
...
18
fun:call_init.part.0
19
fun:_dl_init
20
}
21
{
22
PThread auto cleanup at exit
23
Memcheck:Leak
24
fun:calloc
25
fun:_dl_allocate_tls
26
fun:pthread_create*
27
}
28
{
29
Last error messages
30
Memcheck:Leak
31
fun:malloc
32
fun:strdup
33
fun:addErrorMessage
34
}
35
{
36
Realloc the stack on freemem64
37
Memcheck:Leak
38
fun:realloc
39
fun:freemem64
40
fun:TerminateCorePart2
41
fun:ExitScilab
42
fun:realmain
43
fun:main
44
fun:__libc_start_main
45
obj:/home/davidcl/work/branches/master-review/scilab/.libs/lt-scilab-cli-bin
46
obj:*
47
obj:*
48
obj:*
49
obj:*
50
}
51