A memory manager using a linked-list for allocation tracking currently has the situation shown below (X=free). Redraw the list after processes A, B & D finish and a coalescing operation is performed.


A memory manager using a linked-list for allocation tracking currently has the situation shown below (X=free). Redraw the list after processes A, B & D finish and a coalescing operation is perfo...