分享到plurk 分享到twitter 分享到facebook

版本 90f8d67465f0619181edfc841b9b666a903f9600

embedded/Lab37

Changes from 90f8d67465f0619181edfc841b9b666a903f9600 to d2db8f081c30b2a598682a035fbea86514a74659

---
title: Lab37: Memory Allocator
toc: no
...

預期目標
-------------
* 理解 memory allocator 運作原理
* 在 STM32F429 Discovery 運作

Malloc/Free
-------------------
- Coursera: The Hardware/Software Interface ::`Lab 5: Writing a
Dynamic Storage Allocator<https://class.coursera.org/hwswinterface-002/assignment/view?assignment_id=13>`_
* Coursera: The Hardware/Software Interface ::`Lab 5: Writing a Dynamic Storage Allocator<https://class.coursera.org/hwswinterface-002/assignment/view?assignment_id=13>`_

- `Lab-22</embedded/Lab22>`_
  * https://github.com/tim37021/rtenv/commits/master

- https://github.com/lucastsa/slab_allocator