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

Data Fields

size_t prev_foot
 
size_t head
 
struct malloc_chunkfd
 
struct malloc_chunkbk
 

Detailed Description

Definition at line 768 of file dlmalloc.c.

Field Documentation

◆ bk

struct malloc_chunk* malloc_chunk::bk

Definition at line 772 of file dlmalloc.c.

◆ fd

struct malloc_chunk* malloc_chunk::fd

Definition at line 771 of file dlmalloc.c.

◆ head

size_t malloc_chunk::head

Definition at line 770 of file dlmalloc.c.

◆ prev_foot

size_t malloc_chunk::prev_foot

Definition at line 769 of file dlmalloc.c.


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