FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vm_unix.h File Reference
+ Include dependency graph for vm_unix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void * clib_mem_vm_alloc (uword size)
 
static void clib_mem_vm_free (void *addr, uword size)
 
static void * clib_mem_vm_unmap (void *addr, uword size)
 
static void * clib_mem_vm_map (void *addr, uword size)
 

Function Documentation

static void* clib_mem_vm_alloc ( uword  size)
inlinestatic

Definition at line 46 of file vm_unix.h.

static void clib_mem_vm_free ( void *  addr,
uword  size 
)
inlinestatic

Definition at line 63 of file vm_unix.h.

static void* clib_mem_vm_map ( void *  addr,
uword  size 
)
inlinestatic

Definition at line 86 of file vm_unix.h.

static void* clib_mem_vm_unmap ( void *  addr,
uword  size 
)
inlinestatic

Definition at line 69 of file vm_unix.h.