struct Key

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

bool operator< (const Key & a)

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

bool operator== (const Key & a)

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