This website works better with JavaScript.
Home
Explore
Help
Sign In
Mirror
/
mergerfs
mirror of
https://github.com/trapexit/mergerfs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1308
Commits
33
Branches
95
Tags
40 MiB
Tree:
6b6c287c2b
mergerfs
/
libfuse
/
ecfd
/
tests
/
HAVE_MALLOC_TRIM.c
7 lines
54 B
Raw
Normal View
History
Add malloc_trim configure test
3 years ago
#
include
<malloc.h>
int
main
(
)
{
malloc_trim
(
0
)
;
}