FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | MMAP_PAGESIZE (clib_mem_get_page_size()) |
Functions | |
static void * | svm_mem_alloc (svm_region_t *rp, uword size) |
static void * | svm_mem_alloc_aligned_at_offset (svm_region_t *rp, uword size, uword align, uword offset) |
static void | svm_mem_free (svm_region_t *rp, void *ptr) |
static void * | svm_push_pvt_heap (svm_region_t *rp) |
static void * | svm_push_data_heap (svm_region_t *rp) |
static void | svm_pop_heap (void *oldheap) |
#define MMAP_PAGESIZE (clib_mem_get_page_size()) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |