Consider the following diagram of a heap using block headers…
Consider the following diagram of a heap using block headers with both p-bits and a-bits, footers, and requiring double-word alignment. If this heap uses the Next Fit placement policy with splitting and immediate coalescing and p1 is the most recently allocated block, what is the address returned to p4 after executing the following sequence of instructions? free (p5);free (p9);p4 = malloc(7 * sizeof(char));
Read Details