Browse Source

Add malloc_trim configure test

pull/967/head
Antonio SJ Musumeci 3 years ago
parent
commit
c929781d08
  1. 7
      libfuse/ecfd/tests/HAVE_MALLOC_TRIM.c

7
libfuse/ecfd/tests/HAVE_MALLOC_TRIM.c

@ -0,0 +1,7 @@
#include <malloc.h>
int
main()
{
malloc_trim(0);
}
Loading…
Cancel
Save