template <>
class WireTableBuilder
Defined at line 916 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::SamplerRecordAllocationRequest> & address (First && first, Args &&... args_)
Address of the allocation, to uniquely identify it.
Defined at line 928 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::SamplerRecordAllocationRequest> & stack_trace (First && first, Args &&... args_)
Stack frames collected at the allocation 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 946 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
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::SamplerRecordAllocationRequest> & size (First && first, Args &&... args_)
Size (in bytes) of this allocation.
Defined at line 958 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
Friends
template <>
class SamplerRecordAllocationRequest