template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::OneWayStatus RecordAllocation (::fuchsia_memory_sampler::wire::SamplerRecordAllocationRequest SamplerRecordAllocationRequest)

Record an allocation.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus RecordDeallocation (::fuchsia_memory_sampler::wire::SamplerRecordDeallocationRequest SamplerRecordDeallocationRequest)

Record a deallocation.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus SetProcessInfo (::fuchsia_memory_sampler::wire::SamplerSetProcessInfoRequest SamplerSetProcessInfoRequest)

Communicate relevant process information to facilitate symbolization.

If called several times, the last `process_name` prevails, but the

`module_map` is added to the existing map for the process. If a client

needs to send a `module_map` that does not fit in a single message, they

can split it and send it across several messages.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.