内存管理-堆栈
发表于:2024-07-05 |
字数统计: 52 | 阅读时长: 1分钟 | 阅读量:

Conclusion

  • The data stored on the stack is static, of fixed size, and a fixed life cycle, and cannot be referenced across the stack.
  • The data stored on the heap is dynamic, not fixed size, not fixed life cycle, and can be referensced across stacks.

Reference

  1. Memory Management Every Developer Should Know
上一篇:
linux常用命令及树莓派使用
下一篇:
Hexo博客搭建