I updated the main project to add support for a wider array of malloc strategies while also making the basic functionality of mallocator. The project is now able to complete a wide array of allocations and de-allocations while minimizing fragmentation and accounting for a ton of different edge cases (at the cost of my sanity lol). I’ve attached one of the outputs of my testing to check the speed and performance of different malloc strategies.
0
Log in to leave a comment