mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-31 11:09:04 -05:00
pulse-server: add /core message handlers for memory debugging
Add malloc-info and malloc-trim message handlers.
This commit is contained in:
parent
e8f17814ba
commit
4b27807292
2 changed files with 11 additions and 0 deletions
|
|
@ -436,6 +436,7 @@ check_functions = [
|
|||
['sigabbrev_np', '#include <string.h>', ['-D_GNU_SOURCE'], []],
|
||||
['XSetIOErrorExitHandler', '#include <X11/Xlib.h>', [], [x11_dep]],
|
||||
['malloc_trim', '#include <malloc.h>', [], []],
|
||||
['malloc_info', '#include <malloc.h>', [], []],
|
||||
]
|
||||
|
||||
foreach f : check_functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue