mergerfs/libfuse/ecfd/tests/HAVE_MALLOC_TRIM.c
2021-09-30 20:00:40 -04:00

8 lines
54 B
C

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