![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Include dependency graph for vec.c:Go to the source code of this file.
Functions | |
| void * | vec_resize_allocate_memory (void *v, word length_increment, uword data_bytes, uword header_bytes, uword data_align, uword numa_id) |
| Low-level resize allocation function, usually not called directly. More... | |
| uword | clib_mem_is_vec_h (void *v, uword header_bytes) |
| Predicate function, says whether the supplied vector is a clib heap object (general version). More... | |
Predicate function, says whether the supplied vector is a clib heap object (general version).
| v | pointer to a vector |
| header_bytes | vector header size in bytes (may be zero) |
Definition at line 138 of file vec.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* vec_resize_allocate_memory | ( | void * | v, |
| word | length_increment, | ||
| uword | data_bytes, | ||
| uword | header_bytes, | ||
| uword | data_align, | ||
| uword | numa_id | ||
| ) |
Low-level resize allocation function, usually not called directly.
| v | pointer to a vector |
| length_increment | length increment in elements |
| data_bytes | requested size in bytes |
| header_bytes | header size in bytes (may be zero) |
| data_align | alignment (may be zero) |
| numa_id | numa id (may be zero) |