FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
mheap_stats_t Struct Reference

Data Fields

struct {
   u64   n_search_attempts
 
   u64   n_objects_searched
 
   u64   n_objects_found
 
free_list
 
u64 n_vector_expands
 
u64 n_small_object_cache_hits
 
u64 n_small_object_cache_attempts
 
u64 n_gets
 
u64 n_puts
 
u64 n_clocks_get
 
u64 n_clocks_put
 

Detailed Description

Definition at line 185 of file mheap_bootstrap.h.

Field Documentation

◆ free_list

struct { ... } mheap_stats_t::free_list

◆ n_clocks_get

u64 mheap_stats_t::n_clocks_get

Definition at line 200 of file mheap_bootstrap.h.

◆ n_clocks_put

u64 mheap_stats_t::n_clocks_put

Definition at line 200 of file mheap_bootstrap.h.

◆ n_gets

u64 mheap_stats_t::n_gets

Definition at line 199 of file mheap_bootstrap.h.

◆ n_objects_found

u64 mheap_stats_t::n_objects_found

Definition at line 191 of file mheap_bootstrap.h.

◆ n_objects_searched

u64 mheap_stats_t::n_objects_searched

Definition at line 190 of file mheap_bootstrap.h.

◆ n_puts

u64 mheap_stats_t::n_puts

Definition at line 199 of file mheap_bootstrap.h.

◆ n_search_attempts

u64 mheap_stats_t::n_search_attempts

Definition at line 189 of file mheap_bootstrap.h.

◆ n_small_object_cache_attempts

u64 mheap_stats_t::n_small_object_cache_attempts

Definition at line 197 of file mheap_bootstrap.h.

◆ n_small_object_cache_hits

u64 mheap_stats_t::n_small_object_cache_hits

Definition at line 196 of file mheap_bootstrap.h.

◆ n_vector_expands

u64 mheap_stats_t::n_vector_expands

Definition at line 194 of file mheap_bootstrap.h.


The documentation for this struct was generated from the following file: