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