class ReferenceValue
Defined at line 72 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 79 of file ../../zircon/kernel/vm/include/vm/vm_page_list.h
uint32_t value ()
Defined at line 83 of file ../../zircon/kernel/vm/include/vm/vm_page_list.h