class BaseClass

Defined at line 62 of file ../../zircon/kernel/tests/relocation_tests.cc

Set up a hierarchy class that requires use of dynamic dispatch, which may

required vtables to have relocations applied to them.

We put this in the global namespace to reduce the chance that the C++

compiler will be able to optimise away the virtual dispatch.

Public Methods

uint64_t Value ()
void ~BaseClass ()

Defined at line 64 of file ../../zircon/kernel/tests/relocation_tests.cc