FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
malloc_segment Struct Reference
+ Collaboration diagram for malloc_segment:

Data Fields

char * base
 
size_t size
 
struct malloc_segmentnext
 
flag_t sflags
 

Detailed Description

Definition at line 1055 of file dlmalloc.c.

Field Documentation

◆ base

char* malloc_segment::base

Definition at line 1056 of file dlmalloc.c.

◆ next

struct malloc_segment* malloc_segment::next

Definition at line 1058 of file dlmalloc.c.

◆ sflags

flag_t malloc_segment::sflags

Definition at line 1059 of file dlmalloc.c.

◆ size

size_t malloc_segment::size

Definition at line 1057 of file dlmalloc.c.


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