![]() |
FD.io VPP
v16.12-rc0-171-g5499b19
Vector Packet Processing
|
Adjacency allocator: heap-like in that the code will dole out contiguous chunks of n items. More...
Data Fields | |
u32 ** | free_indices_by_size |
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.
u32** aa_header_t::free_indices_by_size |
Definition at line 35 of file adj_alloc.h.