FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Data Fields | |
size_t | prev_foot |
size_t | head |
struct malloc_tree_chunk * | fd |
struct malloc_tree_chunk * | bk |
struct malloc_tree_chunk * | child [2] |
struct malloc_tree_chunk * | parent |
bindex_t | index |
Definition at line 979 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::bk |
Definition at line 984 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::child[2] |
Definition at line 986 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::fd |
Definition at line 983 of file dlmalloc.c.
size_t malloc_tree_chunk::head |
Definition at line 982 of file dlmalloc.c.
bindex_t malloc_tree_chunk::index |
Definition at line 988 of file dlmalloc.c.
struct malloc_tree_chunk* malloc_tree_chunk::parent |
Definition at line 987 of file dlmalloc.c.
size_t malloc_tree_chunk::prev_foot |
Definition at line 981 of file dlmalloc.c.