Definition at line 51 of file pool.h.
 
◆ free_bitmap
      
        
          | uword* pool_header_t::free_bitmap | 
      
 
Bitmap of indices of free objects. 
Definition at line 54 of file pool.h.
 
 
◆ free_indices
      
        
          | u32* pool_header_t::free_indices | 
      
 
Vector of free indices. 
One element for each set bit in bitmap. 
Definition at line 57 of file pool.h.
 
 
◆ max_elts
      
        
          | u32 pool_header_t::max_elts | 
      
 
Maximum size of the pool, in elements. 
Definition at line 62 of file pool.h.
 
 
◆ mmap_base
      
        
          | u8* pool_header_t::mmap_base | 
      
 
mmap segment info: base + length 
Definition at line 65 of file pool.h.
 
 
◆ mmap_size
      
        
          | u64 pool_header_t::mmap_size | 
      
 
 
The documentation for this struct was generated from the following file: