class MemoryStatsExtended

Defined at line 1244 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/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_kernel::wire::MemoryStatsExtended> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_kernel::wire::MemoryStatsExtended> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_kernel::wire::MemoryStatsExtended>> frame)

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

void MemoryStatsExtended ()

Defined at line 1246 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

void MemoryStatsExtended (const MemoryStatsExtended & other)

Defined at line 1247 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

void MemoryStatsExtended (MemoryStatsExtended && other)

Defined at line 1249 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

uint64_t & total_bytes ()
bool has_total_bytes ()
uint64_t & free_bytes ()
bool has_free_bytes ()
uint64_t & wired_bytes ()
bool has_wired_bytes ()
uint64_t & total_heap_bytes ()
bool has_total_heap_bytes ()
uint64_t & free_heap_bytes ()
bool has_free_heap_bytes ()
MemoryStatsExtended & operator= (const MemoryStatsExtended & other)

Defined at line 1248 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

MemoryStatsExtended & operator= (MemoryStatsExtended && other)

Defined at line 1250 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

uint64_t & vmo_bytes ()
bool has_vmo_bytes ()
uint64_t & vmo_pager_total_bytes ()
bool has_vmo_pager_total_bytes ()
uint64_t & vmo_pager_newest_bytes ()
bool has_vmo_pager_newest_bytes ()
uint64_t & vmo_pager_oldest_bytes ()
bool has_vmo_pager_oldest_bytes ()
uint64_t & vmo_discardable_locked_bytes ()
bool has_vmo_discardable_locked_bytes ()
uint64_t & vmo_discardable_unlocked_bytes ()
bool has_vmo_discardable_unlocked_bytes ()
uint64_t & mmu_overhead_bytes ()
bool has_mmu_overhead_bytes ()
uint64_t & ipc_bytes ()
bool has_ipc_bytes ()
uint64_t & other_bytes ()
bool has_other_bytes ()
void ~MemoryStatsExtended ()

Defined at line 1252 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder