Lines Matching full:address
34 // address space. The range map makes it simple to determine which object is
35 // associated with a specific address, which may be any address within the
64 // Locates the range encompassing the supplied address. If there is
67 bool RetrieveRange(const AddressType &address, EntryType *entry,
70 // Locates the range encompassing the supplied address, if one exists.
71 // If no range encompasses the supplied address, locates the nearest range
72 // to the supplied address that is lower than the address. Returns false
75 bool RetrieveNearestRange(const AddressType &address, EntryType *entry,
79 // Treating all ranges as a list ordered by the address spaces that they
111 // The base address of the range. The high address does not need to
124 // Maps the high address of each range to a EntryType.