mergerfs/libfuse/ecfd/tests/HAVE_MALLOC_TRIM.c

8 lines
54 B
C
Raw Normal View History

2021-10-01 08:00:40 +08:00
#include <malloc.h>
int
main()
{
malloc_trim(0);
}