mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 10:13:50 +08:00
8 lines
54 B
C
8 lines
54 B
C
#include <malloc.h>
|
|
|
|
int
|
|
main()
|
|
{
|
|
malloc_trim(0);
|
|
}
|