Skip to content

Commit

Permalink
[agroal#393]Added non-pgagroal rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu3103 committed Jan 28, 2024
1 parent ac4fc28 commit 682ba8b
Showing 1 changed file with 139 additions and 0 deletions.
139 changes: 139 additions & 0 deletions contrib/valgrind/pgagroal.supp
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,142 @@
fun:pgagroal_set_proc_title
fun:main
}

#
# non-pgagroal rules
#

{
ev_loop_periodics_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:feed_reverse
fun:periodics_reify
fun:ev_run.cold
fun:ev_loop
fun:main
}

{
ev_loop_timers_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:feed_reverse
fun:timers_reify
fun:ev_run.cold
fun:ev_loop
fun:main
}

{
ev_io_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:fd_change
fun:ev_io_start.cold
fun:evtimerfd_init
fun:ev_periodic_start.cold
fun:main
}

{
ev_io_management_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:ev_io_start.cold
fun:start_management
fun:main
}

{
ev_io_uds_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:ev_io_start.cold
fun:start_uds
fun:main
}

{
ev_io_metrics_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:ev_io_start.cold
fun:start_metrics
fun:main
}

{
ev_periodics_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:ev_feed_event.cold
fun:feed_reverse_done
fun:periodics_reify
fun:ev_run
fun:ev_loop
fun:main
}

{
ev_periodics_start_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:ev_periodic_start.cold
fun:main
}

{
ev_epoll_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:epoll_init
fun:loop_init
fun:ev_default_loop
fun:main
}

{
ev_fd_event_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:ev_feed_event.cold
fun:fd_event_nocheck
fun:fd_event
fun:epoll_poll
fun:ev_run
fun:ev_loop
fun:main
}

{
ev_fd_change_realloc
Memcheck:Leak
match-leak-kinds: reachable
fun:realloc
fun:ev_realloc
fun:fd_change
fun:ev_io_start.cold
...
fun:main
}

0 comments on commit 682ba8b

Please sign in to comment.