7 lines
54 B

  1. #include <malloc.h>
  2. int
  3. main()
  4. {
  5. malloc_trim(0);
  6. }