MySpace
MySpace
Blog
Books
Landscape
Twitter
GitHub
📚✓
go如何触发垃圾回收的
go触发GC有这么几个时机,内存分配时触发mallogc,定时触发sysmon,手动触发runtime.GC、debug.FreeOSMemory,其中内存分配 …