FD.io VPP  v16.12-rc0-171-g5499b19
Vector Packet Processing
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
aa_header_t Struct Reference

Adjacency allocator: heap-like in that the code will dole out contiguous chunks of n items. More...

Data Fields

u32 ** free_indices_by_size
 

Detailed Description

Adjacency allocator: heap-like in that the code will dole out contiguous chunks of n items.

In the interests of thread safety, we don't bother about coalescing free blocks of size r into free blocks of size s, where r < s.

We include explicit references to worker thread barrier synchronization where necessary.

Definition at line 34 of file adj_alloc.h.

Field Documentation

u32** aa_header_t::free_indices_by_size

Definition at line 35 of file adj_alloc.h.


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