void *bp mm_findMax(void *bp) param: bp - pointer to a block that is in the tree of free blocks Description: finds the block with the largest size in the subtree with root bp. Return: A pointer to the block with the largest size
void *bp mm_findMax(void *bp) param: bp - pointer to a block that is in the tree of free blocks Description: finds the block with the largest size in the subtree with root bp. Return: A pointer to the block with the largest size