First Fit algorithm in Memory Management

2020-01-05

Glibc uses a first-fit algorithm to select a free chunck and this post is to study more about how first-fit algorithm works in memory management.