diva-notes
CtrlK
  • README
  • Ads
  • AI
  • Algorithm
  • Architecture
  • Career
  • CICD
  • Data Structure
  • DB
  • Distributed System
  • Go
    • 1.语言基础
    • 2.编译
    • 3.数据结构
    • 4.常用关键字
    • 5.并发编程
    • 6.内存管理
      • 1-1.内存分配基础-TCmalloc
      • 1-2.内存分配
      • 2.垃圾回收
      • 3.栈内存管理
    • 参考
    • 各版本特性
    • 坑
    • Go程序性能优化
    • http.Client
    • net.http路由
    • profile采样的实现
    • Questions
    • time的设计
  • Kafka
  • Network
  • OS
  • Redis
  • System Design
  • Work
Powered by GitBook
On this page
  1. Go

6.内存管理

1-1.内存分配基础-TCmalloc1-2.内存分配2.垃圾回收3.栈内存管理
Previous7.atomicNext1-1.内存分配基础-TCmalloc