previous | start | next

Function Specification (Binary Search Tree only): mm_findMax

      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
   


previous | start | next