diff options
author | pommicket <pommicket@gmail.com> | 2023-07-18 16:09:50 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-19 19:02:27 -0400 |
commit | 94a6d21d4c2fe5fc2806cd28ae36a2b0e1928914 (patch) | |
tree | 4f37afc94b9bbac7571ee6a17a1a3a1d5dce0ba0 /valgrind_suppresions.txt | |
parent | be5dab846e38420961a68ff4503a48e2bd8bdf6b (diff) |
new font management system
this lets us avoid reloading the font file from disk
whenever the font size changes
Diffstat (limited to 'valgrind_suppresions.txt')
-rw-r--r-- | valgrind_suppresions.txt | 85 |
1 files changed, 2 insertions, 83 deletions
diff --git a/valgrind_suppresions.txt b/valgrind_suppresions.txt index af09ee7..93c1872 100644 --- a/valgrind_suppresions.txt +++ b/valgrind_suppresions.txt @@ -155,42 +155,6 @@ { <insert_a_suppression_name_here> Memcheck:Addr8 - fun:strncmp - fun:is_dst - fun:_dl_dst_count - fun:expand_dynamic_string_token - fun:fillin_rpath.isra.0 - fun:decompose_rpath - fun:cache_rpath - fun:cache_rpath - fun:_dl_map_object - fun:openaux - fun:_dl_catch_exception - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_exception -} -{ - <insert_a_suppression_name_here> - Memcheck:Addr8 - fun:strncmp - fun:is_dst - fun:_dl_dst_substitute - fun:fillin_rpath.isra.0 - fun:decompose_rpath - fun:cache_rpath - fun:cache_rpath - fun:_dl_map_object - fun:openaux - fun:_dl_catch_exception - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_exception - fun:_dl_open -} -{ - <insert_a_suppression_name_here> - Memcheck:Addr8 obj:/usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 obj:/usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0 fun:drmGetDevice2 @@ -42907,52 +42871,7 @@ <insert_a_suppression_name_here> Memcheck:Leak match-leak-kinds: reachable - fun:calloc - fun:_dl_new_object - fun:_dl_map_object_from_fd - fun:_dl_map_object - fun:openaux - fun:_dl_catch_exception - fun:_dl_map_object_deps - fun:dl_open_worker - fun:_dl_catch_exception - fun:_dl_open - fun:dlopen_doit - fun:_dl_catch_exception -} -{ - <insert_a_suppression_name_here> - Memcheck:Leak - match-leak-kinds: reachable - fun:calloc - fun:_ZN4llvm13StringMapImpl11RehashTableEj - obj:/usr/lib/x86_64-linux-gnu/libLLVM-11.so.1 - obj:/usr/lib/x86_64-linux-gnu/libLLVM-11.so.1 - fun:_ZN4llvm2cl6Option11addArgumentEv - obj:/usr/lib/x86_64-linux-gnu/libLLVM-11.so.1 - fun:call_init.part.0 - fun:call_init - fun:_dl_init - fun:_dl_catch_exception - fun:dl_open_worker - fun:_dl_catch_exception - fun:_dl_open -} -{ - <insert_a_suppression_name_here> - Memcheck:Leak - match-leak-kinds: reachable - fun:malloc - obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28 - fun:call_init.part.0 - fun:call_init - fun:_dl_init - fun:_dl_catch_exception - fun:dl_open_worker - fun:_dl_catch_exception - fun:_dl_open - fun:dlopen_doit + ... fun:_dl_catch_exception - fun:_dl_catch_error - fun:_dlerror_run + ... } |