template <>

class WireWeakOnewayClientImpl

Defined at line 439 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.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.

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

Record a deallocation.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.

::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.

Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.