iswbm / GolangCodingTime

Go编程时光,一个零基础入门 Golang 的教程

Home Page:http://golang.iswbm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c07/c07_03

utterances-bot opened this issue · comments

7.3 Go 语言中的内存分配规律及逃逸分析 — Go编程时光 1.0.0 documentation

https://golang.iswbm.com/c07/c07_03.html

8192长的int数组,int后不带数字,默认int64,占8个字节,8192 * 8 bytes = 64KB