This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
imgproxy
Watch
1
Star
0
Fork
0
You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced
2025-12-03 23:19:17 +02:00
Code
Issues
Releases
Activity
Files
ff0930a94dae185bb24e32083e9c80a20bc12301
imgproxy
/
memory
/
free.go
10 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
New build contraints format
2021-11-15 15:37:56 +06:00
//go:build !linux
Use malloc_trim
2020-01-10 20:52:40 +06:00
Global refactoring
2021-04-26 17:52:50 +06:00
package
memory
Use malloc_trim
2020-01-10 20:52:40 +06:00
import
"runtime/debug"
Global refactoring
2021-04-26 17:52:50 +06:00
func
Free
(
)
{
Use malloc_trim
2020-01-10 20:52:40 +06:00
debug
.
FreeOSMemory
(
)
}
Reference in New Issue
Copy Permalink