FD.io VPP  v18.04-17-g3a0d853
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

uword clib_valloc_chunk_t::baseva

base VA for this chunk

Definition at line 32 of file valloc.h.

uword clib_valloc_chunk_t::flags

flags (free/busy)

Definition at line 34 of file valloc.h.

u32 clib_valloc_chunk_t::next

next chunk pool index

Definition at line 30 of file valloc.h.

u32 clib_valloc_chunk_t::prev

previous chunk pool index

Definition at line 31 of file valloc.h.

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: