Memory Allocation - Part I
In this post we tackle the memory system implementation of Sempervirens. We spend quite some time reviewing the literature, as developing a full-fledged memory allocation system was pretty new to us. We finally set our mind on the approach presented by Stefan Reinalter on his development blog for the Molecule Engine. Stefan wrote an amazing series of posts on the memory system he came up with, as well as posts on various memory allocation strategies. His dev blog is an amazing resource that we cannot recommend enough to new developers!
Read More