template <>
class WireTableBuilder
Defined at line 1167 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
Public Methods
template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_memory_sampler::wire::SamplerRecordDeallocationRequest> & address (First && first, Args &&... args_)
Address of the deallocation, to uniquely identify it.
Defined at line 1179 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
template <typename First = ::fuchsia_memory_sampler::wire::StackTrace, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_memory_sampler::wire::StackTrace>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_memory_sampler::wire::SamplerRecordDeallocationRequest> & stack_trace (First && first, Args &&... args_)
Stack frames collected at the deallocation point.
A client is free to truncate their stack traces to a size below the
maximum size of a message that can be sent over the channel. If a
client sends a StackTrace that causes to exceed the maximum size of
the message, then the record will be dropped until RFC-0196 is
implemented.
Defined at line 1197 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
Friends
template <>
class SamplerRecordDeallocationRequest