class RecordAllocationEvent

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

Public Methods

void RecordAllocationEvent (Storage_ storage)
void RecordAllocationEvent ()

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

void RecordAllocationEvent (RecordAllocationEvent && )

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

void RecordAllocationEvent (const RecordAllocationEvent & other)
const std::optional<uint64_t> & address ()

Address of the allocation, to uniquely identify it.

::std::optional<uint64_t> & address ()

Address of the allocation, to uniquely identify it.

RecordAllocationEvent & address (std::optional<uint64_t> value)

Address of the allocation, to uniquely identify it.

RecordAllocationEvent & operator= (RecordAllocationEvent && )

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

RecordAllocationEvent & operator= (const RecordAllocationEvent & other)
bool operator== (const RecordAllocationEvent & other)
bool operator!= (const RecordAllocationEvent & other)
bool IsEmpty ()
const std::optional< ::fuchsia_memory_sampler::StackTrace> & stack_trace ()

Stack frames collected at the allocation point.

::std::optional< ::fuchsia_memory_sampler::StackTrace> & stack_trace ()

Stack frames collected at the allocation point.

RecordAllocationEvent & stack_trace (std::optional< ::fuchsia_memory_sampler::StackTrace> value)

Stack frames collected at the allocation point.

const std::optional<uint64_t> & size ()

Size (in bytes) of this allocation.

::std::optional<uint64_t> & size ()

Size (in bytes) of this allocation.

RecordAllocationEvent & size (std::optional<uint64_t> value)

Size (in bytes) of this allocation.

void RecordAllocationEvent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits