FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
clib_pmalloc_page_t Struct Reference
+ Collaboration diagram for clib_pmalloc_page_t:

Data Fields

u32 index
 
u32 arena_index
 
clib_pmalloc_chunk_tchunks
 
u32 first_chunk_index
 
u32 n_free_chunks
 
u32 n_free_blocks
 

Detailed Description

Definition at line 35 of file pmalloc.h.

Field Documentation

◆ arena_index

u32 clib_pmalloc_page_t::arena_index

Definition at line 38 of file pmalloc.h.

◆ chunks

clib_pmalloc_chunk_t* clib_pmalloc_page_t::chunks

Definition at line 39 of file pmalloc.h.

◆ first_chunk_index

u32 clib_pmalloc_page_t::first_chunk_index

Definition at line 40 of file pmalloc.h.

◆ index

u32 clib_pmalloc_page_t::index

Definition at line 37 of file pmalloc.h.

◆ n_free_blocks

u32 clib_pmalloc_page_t::n_free_blocks

Definition at line 42 of file pmalloc.h.

◆ n_free_chunks

u32 clib_pmalloc_page_t::n_free_chunks

Definition at line 41 of file pmalloc.h.


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