class PageRequestInterface
Defined at line 184 of file ../../zircon/kernel/vm/include/vm/page_source.h
Interface used by the page requests to communicate with the PageSource. Due to the nature of
intrusive containers the RefCounted needs to be here and not on the PageSource to allow the
PageRequest to hold a RefPtr just to this interface.
Public Methods
void ~PageRequestInterface ()
Defined at line 186 of file ../../zircon/kernel/vm/include/vm/page_source.h
Protected Methods
void PageRequestInterface ()
Defined at line 189 of file ../../zircon/kernel/vm/include/vm/page_source.h
Friends
class PageRequest