template <>
class WireWeakOnewayClientImpl
Defined at line 9770 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus RequestNumPages (uint32_t requested_num_pages)
Request a number of pages to be supplied to the memory balloon.
If `requested_num_pages` is greater than the `current_num_pages` config
value, the guest driver SHOULD provide additional pages to the memory balloon.
If `requested_num_pages` is less than the 'current_num_pages' config value,
the guest driver MAY reclaim pages from the memory balloon.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.