We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0585d0 + a7da49b commit ebeafcfCopy full SHA for ebeafcf
1 file changed
README.md
@@ -37,6 +37,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
37
38
- [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
39
- [Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory)
40
+- [Malloc is not magic -- Implementing a safe, space optimized memory allocator](https://medium.com/p/e0354e914402)
41
- [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
42
- [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)
43
- [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
0 commit comments