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

Data Fields

clib_spinlock_t lock
 
uword enabled
 
mheap_trace_ttraces
 
u32trace_free_list
 
uwordtrace_by_callers
 
uwordtrace_index_by_offset
 
void * current_traced_mheap
 

Detailed Description

Definition at line 45 of file mem_dlmalloc.c.

Field Documentation

◆ current_traced_mheap

void* mheap_trace_main_t::current_traced_mheap

Definition at line 62 of file mem_dlmalloc.c.

◆ enabled

uword mheap_trace_main_t::enabled

Definition at line 48 of file mem_dlmalloc.c.

◆ lock

clib_spinlock_t mheap_trace_main_t::lock

Definition at line 47 of file mem_dlmalloc.c.

◆ trace_by_callers

uword * mheap_trace_main_t::trace_by_callers

Definition at line 56 of file mem_dlmalloc.c.

◆ trace_free_list

u32 * mheap_trace_main_t::trace_free_list

Definition at line 53 of file mem_dlmalloc.c.

◆ trace_index_by_offset

uword * mheap_trace_main_t::trace_index_by_offset

Definition at line 59 of file mem_dlmalloc.c.

◆ traces

mheap_trace_t * mheap_trace_main_t::traces

Definition at line 50 of file mem_dlmalloc.c.


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