Skip to content(if available)orjump to list(if available)

Show HN: I wrote a minimal memory allocator in C

Show HN: I wrote a minimal memory allocator in C

0 comments

·November 23, 2025

A 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.

No comments yet...