class SamplerRecordDeallocationRequest

Defined at line 1014 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::SamplerRecordDeallocationRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_memory_sampler::wire::SamplerRecordDeallocationRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_memory_sampler::wire::SamplerRecordDeallocationRequest>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void SamplerRecordDeallocationRequest ()

Defined at line 1016 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

void SamplerRecordDeallocationRequest (const SamplerRecordDeallocationRequest & other)

Defined at line 1017 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

SamplerRecordDeallocationRequest & operator= (const SamplerRecordDeallocationRequest & other)

Defined at line 1018 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

void SamplerRecordDeallocationRequest (SamplerRecordDeallocationRequest && other)

Defined at line 1019 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 deallocation, to uniquely identify it.

bool has_address ()
SamplerRecordDeallocationRequest & operator= (SamplerRecordDeallocationRequest && other)

Defined at line 1020 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 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.

bool has_stack_trace ()
void ~SamplerRecordDeallocationRequest ()

Defined at line 1022 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