ShaunAlloc
2024-09-01
Built a custom memory allocator to explore low-level memory management.
- Implemented core allocator functions:
malloc()
,free()
,realloc()
. - Developed visualization tools to help understand how memory blocks are managed.
- A fun deep dive into how allocators really work under the hood.