mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-22 04:35:24 +08:00
Add malloc_trim configure test
This commit is contained in:
parent
021ce3d97c
commit
c929781d08
7
libfuse/ecfd/tests/HAVE_MALLOC_TRIM.c
Normal file
7
libfuse/ecfd/tests/HAVE_MALLOC_TRIM.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <malloc.h>
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
malloc_trim(0);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user