Ignore:
Timestamp:
04/18/08 00:16:51 (16 years ago)
Author:
tim
Message:

replaced linked list hbin lookup with range_list based binary search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/range_list.h

    r98 r106  
    5454/* range_list_free():
    5555 *  Frees the memory associated with a range_list, including the elements, but
    56  *  not any data parameters referenced by those elements.
     56 *  not any data parameters referenced by those elements.  If rl is NULL, does
     57 *  nothing.
    5758 *
    5859 * Arguments:
     
    8283 *  rl     -- the range list to update
    8384 *  offset -- the starting point for the range
    84  *  length -- the lenght of the range
     85 *  length -- the length of the range
    8586 *  data   -- misc data associated with this range element
    8687 * Returns:
Note: See TracChangeset for help on using the changeset viewer.