mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
check if malloc_trim() is available
This commit is contained in:
parent
7e2f6757fc
commit
8680c74d1b
2 changed files with 4 additions and 2 deletions
|
|
@ -435,6 +435,7 @@ check_functions = [
|
|||
['reallocarray', '#include <stdlib.h>', ['-D_GNU_SOURCE'], []],
|
||||
['sigabbrev_np', '#include <string.h>', ['-D_GNU_SOURCE'], []],
|
||||
['XSetIOErrorExitHandler', '#include <X11/Xlib.h>', [], [x11_dep]],
|
||||
['malloc_trim', '#include <malloc.h>', [], []],
|
||||
]
|
||||
|
||||
foreach f : check_functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue