class RecordDeallocationEvent
Defined at line 293 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h
Public Methods
void RecordDeallocationEvent (Storage_ storage)
bool IsEmpty ()
void RecordDeallocationEvent ()
Defined at line 299 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h
void RecordDeallocationEvent (RecordDeallocationEvent && )
Defined at line 300 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h
void RecordDeallocationEvent (const RecordDeallocationEvent & other)
const std::optional<uint64_t> & address ()
Address of the deallocation, to uniquely identify it.
::std::optional<uint64_t> & address ()
Address of the deallocation, to uniquely identify it.
RecordDeallocationEvent & address (std::optional<uint64_t> value)
Address of the deallocation, to uniquely identify it.
RecordDeallocationEvent & operator= (RecordDeallocationEvent && )
Defined at line 301 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/natural_types.h
RecordDeallocationEvent & operator= (const RecordDeallocationEvent & other)
bool operator== (const RecordDeallocationEvent & other)
bool operator!= (const RecordDeallocationEvent & other)
const std::optional< ::fuchsia_memory_sampler::StackTrace> & stack_trace ()
Stack frames collected at the deallocation point.
::std::optional< ::fuchsia_memory_sampler::StackTrace> & stack_trace ()
Stack frames collected at the deallocation point.
RecordDeallocationEvent & stack_trace (std::optional< ::fuchsia_memory_sampler::StackTrace> value)
Stack frames collected at the deallocation point.
void RecordDeallocationEvent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits