class SamplerRecordAllocationRequest

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

Public Methods

void SamplerRecordAllocationRequest (Storage_ storage)
void SamplerRecordAllocationRequest ()

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

void SamplerRecordAllocationRequest (SamplerRecordAllocationRequest && )

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

void SamplerRecordAllocationRequest (const SamplerRecordAllocationRequest & other)
SamplerRecordAllocationRequest & operator= (SamplerRecordAllocationRequest && )

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

SamplerRecordAllocationRequest & operator= (const SamplerRecordAllocationRequest & other)
bool operator== (const SamplerRecordAllocationRequest & other)
bool operator!= (const SamplerRecordAllocationRequest & other)
bool IsEmpty ()
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.

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

Address of the allocation, to uniquely identify it.

const std::optional< ::fuchsia_memory_sampler::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.

::std::optional< ::fuchsia_memory_sampler::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.

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

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.

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

Size (in bytes) of this allocation.

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

Size (in bytes) of this allocation.

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

Size (in bytes) of this allocation.

void SamplerRecordAllocationRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits