struct InspectStats
Defined at line 36 of file ../../zircon/system/ulib/inspect/include/lib/inspect/cpp/inspector.h
Stats about an inspector.
Members
-
The current number of bytes to store Inspect data.
public size_t size
-
The maximum number of bytes that can be used to store Inspect data.
public size_t maximum_size
-
The number of dynamic children linked to an Inspector.
public size_t dynamic_child_count
-
The number of blocks allocated over the lifetime of the inspector.
public size_t allocated_blocks
-
The number of blocks deallocated over the lifetime of the inspector.
public size_t deallocated_blocks
-
The number of failed allocations over the lifetime of the inspector.
public size_t failed_allocations