Show HN: I wrote a minimal memory allocator in C
t9nzin Sunday, November 23, 2025A fun toy memory allocator (not thread safe, that's a future TODO). I also wanted to explain how I approached it, so I also wrote a tutorial blog post (~20 minute read) covering the code which you can find the link to in the README.
Summary
The article discusses the development of 'memory', a program that allows users to save their current machine state, including open files and terminal sessions, and restore them later. The program aims to provide a convenient way for users to resume their work across computing sessions.
23
2
Summary
github.com