mergerfs/libfuse/ecfd/tests/HAVE_MALLOC_TRIM.c

8 lines
54 B
C

#include <malloc.h>
int
main()
{
malloc_trim(0);
}