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 Best Fit placement policy with splitting and immediate coalescing, what is the new free block header after execution of the following heap operations? free (p4); free (p1);