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