mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
Merge pull request #967 from trapexit/malloc-trim
Add malloc_trim configure test
This commit is contained in:
commit
fee97efafb
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