buddy-malloc icon indicating copy to clipboard operation
buddy-malloc copied to clipboard

Storage of size of block instead of bucket

Open palmenros opened this issue 4 years ago • 0 comments

I just wanted to know if there is any specific reason in the choice of storing the size of the requested malloc() block in the header, instead of directly storing the bucket this buddy would fall into (so we don't have to recompute it with a loop).

Thanks!

palmenros avatar Oct 20 '21 07:10 palmenros