![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Include dependency graph for mem_dlmalloc.c:Go to the source code of this file.
Data Structures | |
| struct | mheap_trace_t |
| struct | mheap_trace_main_t |
Variables | |
| void * | clib_per_cpu_mheaps [CLIB_MAX_MHEAPS] |
| void * | clib_per_numa_mheaps [CLIB_MAX_NUMAS] |
| mheap_trace_main_t | mheap_trace_main |
| uword | clib_mem_validate_serial = 0 |
| void* clib_mem_init | ( | void * | memory, |
| uword | memory_size | ||
| ) |
Definition at line 228 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 204 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* clib_mem_init_thread_safe | ( | void * | memory, |
| uword | memory_size | ||
| ) |
Definition at line 235 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 242 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int clib_mem_is_traced | ( | void | ) |
Definition at line 469 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void clib_mem_trace | ( | int | enable | ) |
Definition at line 454 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void clib_mem_usage | ( | clib_mem_usage_t * | u | ) |
Definition at line 415 of file mem_dlmalloc.c.
| void clib_mem_validate | ( | void | ) |
Definition at line 388 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 319 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 290 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* mheap_alloc_with_lock | ( | void * | memory, |
| uword | size, | ||
| int | locked | ||
| ) |
Definition at line 491 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 67 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 149 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void mheap_trace | ( | void * | v, |
| int | enable | ||
| ) |
Definition at line 445 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
|
static |
| void mheap_usage | ( | void * | heap, |
| clib_mem_usage_t * | usage | ||
| ) |
Definition at line 421 of file mem_dlmalloc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| uword clib_mem_validate_serial = 0 |
Definition at line 436 of file mem_dlmalloc.c.
| void* clib_per_cpu_mheaps[CLIB_MAX_MHEAPS] |
Definition at line 25 of file mem_dlmalloc.c.
| void* clib_per_numa_mheaps[CLIB_MAX_NUMAS] |
Definition at line 26 of file mem_dlmalloc.c.
| mheap_trace_main_t mheap_trace_main |
Definition at line 64 of file mem_dlmalloc.c.