I wrote an allocator inspired by C and it made cool debug visuals. This shows the memory layout over time as randomly sized blocks of memory are allocated and freed. The red is allocated data, the green is free data, and orange and blue are the block headers. #C #malloc #art #free #stdlib #libc #memory #allocate #allocator #headers #data #scratchproject #red #orange