Adding Splitting and Coalescing in Basic Allocator in C (Malloking Pt. 2)
Introduction In previous post , We implemented basic allocator which can be used in production enviornment for very faster memory allocation queries and we took the first step towards your first billion $$$. It was perfect but lets add more code to turn your billion dollars into millions. Let’s change the strategy to improve fragmentation by adding more code (more code -> more bugs -> more loss). Hence no-code is the future. ...