template <>
class WireSyncClientImpl
Defined at line 330 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/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_sampler::Sampler>|,
avoiding setting up a client.
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.