template <>
class WireWeakAsyncClientImpl
Defined at line 632 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_memory_attribution::Provider::Get> Get ()
Returns the attribution information known to the provider.
The first call returns immediately with the current information.
Subsequent calls will be held if no additional information is
available, and return only when there are changes to the attribution
information to be reported.
Runners will typically report the kernel resources (e.g. job, process,
etc) associated with each component that they are responsible for
running.
Components may optionally report resource usage by different categories
within their implementation.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.