FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
clib_valloc_chunk_t Struct Reference

Data Fields

u32 next
 next chunk pool index More...
 
u32 prev
 previous chunk pool index More...
 
uword baseva
 base VA for this chunk More...
 
uword size
 size in bytes of this chunk More...
 
uword flags
 flags (free/busy) More...
 

Detailed Description

Definition at line 28 of file valloc.h.

Field Documentation

◆ baseva

uword clib_valloc_chunk_t::baseva

base VA for this chunk

Definition at line 32 of file valloc.h.

◆ flags

uword clib_valloc_chunk_t::flags

flags (free/busy)

Definition at line 34 of file valloc.h.

◆ next

u32 clib_valloc_chunk_t::next

next chunk pool index

Definition at line 30 of file valloc.h.

◆ prev

u32 clib_valloc_chunk_t::prev

previous chunk pool index

Definition at line 31 of file valloc.h.

◆ size

uword clib_valloc_chunk_t::size

size in bytes of this chunk

Definition at line 33 of file valloc.h.


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