c07/c07_03
utterances-bot opened this issue · 1 comments
utterances-bot commented
7.3 Go 语言中的内存分配规律及逃逸分析 — Go编程时光 1.0.0 documentation
amgoing commented
8192长的int数组,int后不带数字,默认int64,占8个字节,8192 * 8 bytes = 64KB
utterances-bot opened this issue · 1 comments
8192长的int数组,int后不带数字,默认int64,占8个字节,8192 * 8 bytes = 64KB