template <>
class NaturalClientImpl
Defined at line 41 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> RecordAllocation (const ::fidl::Request< ::fuchsia_memory_sampler::Sampler::RecordAllocation> & request)
Record an allocation.
::fit::result< ::fidl::OneWayError> RecordDeallocation (const ::fidl::Request< ::fuchsia_memory_sampler::Sampler::RecordDeallocation> & request)
Record a deallocation.
::fit::result< ::fidl::OneWayError> SetProcessInfo (const ::fidl::Request< ::fuchsia_memory_sampler::Sampler::SetProcessInfo> & request)
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.