Articles by Tag #libc

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Implementing malloc() and free() — old memory reused first

In the previous post in this series on implementing malloc() and free(), we showed how it is possible...

Learn More 0 0Oct 11 '24

Implementing malloc() and free() — merging small blocks

In the previous post, we learned how to split blocks to make better use of memory. However, this...

Learn More 0 0Jan 28

Implementing malloc() and free() — splitting large blocks

In the previous post of this series, we saw how the order in which we choose memory blocks to reuse...

Learn More 0 0Dec 31 '24