struct Key
Defined at line 715 of file ../../zircon/kernel/vm/include/vm/vm_object.h
Mappings are keyed in the WAVLTree primarily by their offset, however as there can be
multiple mappings starting at the same base offset the address of the mapping object is used
as a tiebreaker.
Public Members
uint64_t offset
uint64_t object
Public Methods
Key Min ()
Defined at line 718 of file ../../zircon/kernel/vm/include/vm/vm_object.h
bool operator< (const Key & a)
Defined at line 724 of file ../../zircon/kernel/vm/include/vm/vm_object.h
bool operator== (const Key & a)
Defined at line 730 of file ../../zircon/kernel/vm/include/vm/vm_object.h