mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-08 18:24:58 +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…
Reference in New Issue
Block a user