class ReferenceValue

Defined at line 71 of file ../../zircon/kernel/vm/include/vm/vm_page_list.h

Minimal wrapper around a uint32_t to provide stronger typing in code to prevent accidental

mixing of references and other values.

Provides a way to query the required alignment of the references and does debug enforcement of

this.

Public Members

static const int kAlignBits

Public Methods

void ReferenceValue (uint32_t raw)

Defined at line 78 of file ../../zircon/kernel/vm/include/vm/vm_page_list.h

uint32_t value ()

Defined at line 82 of file ../../zircon/kernel/vm/include/vm/vm_page_list.h