class SamplerRecordAllocationRequest
Defined at line 731 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_memory_sampler::wire::SamplerRecordAllocationRequest> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_memory_sampler::wire::SamplerRecordAllocationRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_memory_sampler::wire::SamplerRecordAllocationRequest>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SamplerRecordAllocationRequest ()
Defined at line 733 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
void SamplerRecordAllocationRequest (const SamplerRecordAllocationRequest & other)
Defined at line 734 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
SamplerRecordAllocationRequest & operator= (const SamplerRecordAllocationRequest & other)
Defined at line 735 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
void SamplerRecordAllocationRequest (SamplerRecordAllocationRequest && other)
Defined at line 736 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
uint64_t & address ()
Address of the allocation, to uniquely identify it.
bool has_address ()
SamplerRecordAllocationRequest & operator= (SamplerRecordAllocationRequest && other)
Defined at line 737 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
::fuchsia_memory_sampler::wire::StackTrace & stack_trace ()
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.
bool has_stack_trace ()
uint64_t & size ()
Size (in bytes) of this allocation.
bool has_size ()
void ~SamplerRecordAllocationRequest ()
Defined at line 739 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder