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
       
      - 
        
          
             The current utilization ratio of the VMO, in parts-per-10k.
           
         
        public size_t utilization_per_ten_k