template <>

class WireSyncClientImpl

Defined at line 290 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_memory_attribution::Provider>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::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. Response is heap-allocated.