Respuesta :

tonb
Dynamic memory allocation algorithms (like the heap in a C program) suffer from fragmentation if some of the memory is released. The "best-fit" algorithm finds the smallest hole in memory big enough to fit the request amount.