struct Key

Defined at line 713 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 716 of file ../../zircon/kernel/vm/include/vm/vm_object.h

bool operator< (const Key & a)

Defined at line 722 of file ../../zircon/kernel/vm/include/vm/vm_object.h

bool operator== (const Key & a)

Defined at line 728 of file ../../zircon/kernel/vm/include/vm/vm_object.h