![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Include dependency graph for mem_mheap.c:Go to the source code of this file.
Macros | |
| #define | MAX_VM_MEG 1024 |
Functions | |
| void | clib_mem_exit (void) |
| void * | clib_mem_init (void *memory, uword memory_size) |
| void * | clib_mem_init_thread_safe (void *memory, uword memory_size) |
| u8 * | format_clib_mem_usage (u8 *s, va_list *va) |
| void | clib_mem_usage (clib_mem_usage_t *u) |
| void | clib_mem_validate (void) |
| void | clib_mem_trace (int enable) |
| int | clib_mem_is_traced (void) |
Variables | |
| void * | clib_per_cpu_mheaps [CLIB_MAX_MHEAPS] |
| uword | clib_mem_validate_serial = 0 |
| #define MAX_VM_MEG 1024 |
| void clib_mem_exit | ( | void | ) |
Definition at line 45 of file mem_mheap.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void* clib_mem_init | ( | void * | memory, |
| uword | memory_size | ||
| ) |
Definition at line 56 of file mem_mheap.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 95 of file mem_mheap.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 148 of file mem_mheap.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 142 of file mem_mheap.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 | ) |
| void clib_mem_validate | ( | void | ) |
Definition at line 130 of file mem_mheap.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 127 of file mem_mheap.c.
| void* clib_per_cpu_mheaps[CLIB_MAX_MHEAPS] |
Definition at line 42 of file mem_mheap.c.