class RecordAllocationEvent

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

Return a builder that by defaults allocates of an arena.

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

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

void RecordAllocationEvent ()

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

void RecordAllocationEvent (const RecordAllocationEvent & other)

Defined at line 749 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 ()
RecordAllocationEvent & operator= (const RecordAllocationEvent & other)

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

void RecordAllocationEvent (RecordAllocationEvent && other)

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

RecordAllocationEvent & operator= (RecordAllocationEvent && other)

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

bool has_stack_trace ()
uint64_t & size ()

Size (in bytes) of this allocation.

bool has_size ()
void ~RecordAllocationEvent ()

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