FD.io VPP  v19.01.2-3-gf61a1a8
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

struct malloc_chunk* malloc_chunk::bk

Definition at line 772 of file dlmalloc.c.

struct malloc_chunk* malloc_chunk::fd

Definition at line 771 of file dlmalloc.c.

size_t malloc_chunk::head

Definition at line 770 of file dlmalloc.c.

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: