Add malloc_trim configure test
@ -0,0 +1,7 @@
#include <malloc.h>
int
main()
{
malloc_trim(0);
}
xxxxxxxxxx
xxxxxxxxxx