previous | start | next

Function Specification: mm_remove

      void mm_remove(void *bp)
      param: bp - pointer to a block that is on the linked list
      (or in the tree) of free blocks.
      Description: removes this block from the linked list (or the tree) of
             free blocks
   


previous | start | next