Definition at line 52 of file pool.h.
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 |
The documentation for this struct was generated from the following file: