FD.io VPP  v17.01.1-3-gc6833f8
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...
 

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.


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