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

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_tree_chunkfd
 
struct malloc_tree_chunkbk
 
struct malloc_tree_chunkchild [2]
 
struct malloc_tree_chunkparent
 
bindex_t index
 

Detailed Description

Definition at line 977 of file dlmalloc.c.

Field Documentation

◆ bk

struct malloc_tree_chunk* malloc_tree_chunk::bk

Definition at line 982 of file dlmalloc.c.

◆ child

struct malloc_tree_chunk* malloc_tree_chunk::child[2]

Definition at line 984 of file dlmalloc.c.

◆ fd

struct malloc_tree_chunk* malloc_tree_chunk::fd

Definition at line 981 of file dlmalloc.c.

◆ head

size_t malloc_tree_chunk::head

Definition at line 980 of file dlmalloc.c.

◆ index

bindex_t malloc_tree_chunk::index

Definition at line 986 of file dlmalloc.c.

◆ parent

struct malloc_tree_chunk* malloc_tree_chunk::parent

Definition at line 985 of file dlmalloc.c.

◆ prev_foot

size_t malloc_tree_chunk::prev_foot

Definition at line 979 of file dlmalloc.c.


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