Tag: Memory Management
All the articles with the tag "Memory Management".
-
Memory Magic Part 4: The Infinite Buffer
Using virtual memory to create a seamless ring buffer with no wrap-around logic.
-
Memory Magic Part 3: The Specialist's Toolkit
Building specialized allocators: free lists, packed arrays, and slot maps with generational handles.
-
Memory Magic Part 2: The Arena Allocator
Building an Arena: a private memory block where allocation is instant and entire classes of bugs disappear.
-
Memory Magic Part 1: The Pointer is a Lie (A Dive into Virtual Memory)
How your computer runs multiple programs without them corrupting each other.