Skip to content

Instantly share code, notes, and snippets.

View juzipeek's full-sized avatar

zhoujie juzipeek

View GitHub Profile
@juzipeek
juzipeek / go_call_gc.go
Created February 21, 2018 06:37
go 主动调用 gc 没有起效果
package main
import "fmt"
import "time"
import "runtime"
type User struct {
name string
age int
des [10240]byte