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

An implementation of buddy memory allocation

Results 1 buddy-malloc issues
Sort by recently updated
recently updated
newest added

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...