Permalink
Browse files
Add valgrind suppressions for Ubuntu 32b
- Loading branch information...
Showing
with
8 additions
and
4 deletions.
-
+8
−4
tests/misc/tcmalloc.supp
|
@@ -31,9 +31,13 @@ |
|
|
Memcheck:Cond
|
|
|
fun:__GI_strncpy
|
|
|
fun:getnameinfo
|
|
|
- fun:diod_sock_accept_one
|
|
|
- fun:_service_loop
|
|
|
- fun:start_thread
|
|
|
- obj:*
|
|
|
}
|
|
|
|
|
|
+{
|
|
|
+ <suppress_pthread_create_tls>
|
|
|
+ Memcheck:Leak
|
|
|
+ fun:calloc
|
|
|
+ fun:allocate_dtv
|
|
|
+ fun:_dl_allocate_tls
|
|
|
+ fun:pthread_create@@GLIBC_2.1
|
|
|
+}
|
0 comments on commit
365e9c9