MaderNoob

Results 2 comments of MaderNoob

I created an [alternative memory allocator](https://crates.io/crates/good_memory_allocator) which solves this problem and provides many more benefits, such as improved performance and memory utilization.

The provided `tlsf` allocator does not utilize memory properly, especially in cases with large alignments, where even allocation of 4 bytes can create a chunk of size 1024 or even...