FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
pool_header_t Struct Reference

Data Fields

uwordfree_bitmap
 Bitmap of indices of free objects. More...
 
u32free_indices
 Vector of free indices. More...
 
u32 max_elts
 Maximum size of the pool, in elements. More...
 
u8mmap_base
 mmap segment info: base + length More...
 
u64 mmap_size
 

Detailed Description

Definition at line 52 of file pool.h.

Field Documentation

uword* pool_header_t::free_bitmap

Bitmap of indices of free objects.

Definition at line 55 of file pool.h.

u32* pool_header_t::free_indices

Vector of free indices.

One element for each set bit in bitmap.

Definition at line 58 of file pool.h.

u32 pool_header_t::max_elts

Maximum size of the pool, in elements.

Definition at line 63 of file pool.h.

u8* pool_header_t::mmap_base

mmap segment info: base + length

Definition at line 66 of file pool.h.

u64 pool_header_t::mmap_size

Definition at line 67 of file pool.h.


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