mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-16 15:42:46 +08:00
8 lines
54 B
C
8 lines
54 B
C
![]() |
#include <malloc.h>
|
||
|
|
||
|
int
|
||
|
main()
|
||
|
{
|
||
|
malloc_trim(0);
|
||
|
}
|