template <>
class WireWeakAsyncClientImpl
Defined at line 9786 of file fidling/gen/sdk/fidl/fuchsia.virtualization/fuchsia.virtualization/cpp/fidl/fuchsia.virtualization/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_virtualization::BalloonController::GetBalloonSize> GetBalloonSize ()
Get the current and requested number of pages in the memory balloon.
current_num_pages is the number of pages balloon has right now.
requested_num_pages is the desired number of pages in the balloon.
'current_num_pages' corresponds to the 'actual' virtio-balloon config field
'requested_num_pages' corresponds to the 'num_pages' virtio-balloon config field.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_virtualization::BalloonController::GetMemStats> GetMemStats ()
Get memory statistics of the guest instance.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.