From 2d2f0a09b180cf3bd6a2bc0ad3d21ea956398822 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 18 Jul 2023 16:09:50 -0400 Subject: new font management system this lets us avoid reloading the font file from disk whenever the font size changes --- valgrind_suppresions.txt | 85 ++---------------------------------------------- 1 file changed, 2 insertions(+), 83 deletions(-) (limited to 'valgrind_suppresions.txt') diff --git a/valgrind_suppresions.txt b/valgrind_suppresions.txt index af09ee7..93c1872 100644 --- a/valgrind_suppresions.txt +++ b/valgrind_suppresions.txt @@ -152,42 +152,6 @@ obj:/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.12.0 obj:/usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0.12.0 } -{ - - 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 -} -{ - - 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 -} { Memcheck:Addr8 @@ -42907,52 +42871,7 @@ 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 -} -{ - - 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 -} -{ - - 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 + ... } -- cgit v1.2.3