代码结构
malloc.go
Memory allocator
sizeclass.go
span按大小区分的 类型定义
mbitmap.go
type and heap bitmaps
mgc.go
Garbage collector (GC)
mcache.go
Per-thread (in Go, per-P) cache for small objects.
central.go
Central free lists
mheap.go
Page heap