This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
imgproxy
Watch
1
Star
0
Fork
0
You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced
2025-07-12 23:00:55 +02:00
Code
Releases
Activity
Files
38ca14230d88ba52f220d7ea0b29d391b04bec06
imgproxy
/
memory
/
free.go
10 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
Use malloc_trim
2020-01-10 20:52:40 +06:00
// +build !linux
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
(
)
}
Copy Permalink