Skip to content

Commit ebeafcf

Browse files
authored
Merge pull request #2 from AlejandroFNadal/master
Adding a memory allocator tutorial made in C with automated testing
2 parents e0585d0 + a7da49b commit ebeafcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
3737

3838
- [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
3939
- [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)
4041
- [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
4142
- [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)
4243
- [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)

0 commit comments

Comments
 (0)