Blog

Field notes.

Short reads on building, learning, and the occasional experiment.

Dynamic Memory Allocation

A deep dive into how dynamic memory allocation works in C, covering the stack, heap, and allocator implementation details.

SystemsCMemory Management