学习 MIT 6.828
  • 学习 MIT 6.828: 操作系统工程
  • LEC 说明
    • Introduction and examples
      • 6.S081/6.828 2019 Lecture 1: O/S overview
    • Dynamic memory allocation (allocators)
      • 6.S081/6.828 2019 Lecture 2: Memory allocation
    • C and gdb (pointers example)
    • 简介与示例
  • 项目进度
  • LAB
    • Lab01
    • 构建工具链
Powered by GitBook
On this page
  • 预习
  • 课堂材料
  • 笔记

Was this helpful?

  1. LEC 说明

Dynamic memory allocation (allocators)

Previous6.S081/6.828 2019 Lecture 1: O/S overviewNext6.S081/6.828 2019 Lecture 2: Memory allocation

Last updated 5 years ago

Was this helpful?

预习

或 的

  • 5.1 (Pointers and addresses) through 5.6 (Pointer arrays)

  • 6.4 (pointers to structures)

  • 8.7 (Storage Allocator)

课堂材料

笔记

预习
课堂材料
笔记
The C Programming Language
中文版
讲义
allocators