FD.io VPP  v16.06
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

always_inline voidclib_mem_vm_alloc (uword size)
 
always_inline void clib_mem_vm_free (void *addr, uword size)
 
always_inline voidclib_mem_vm_unmap (void *addr, uword size)
 
always_inline voidclib_mem_vm_map (void *addr, uword size)
 

Function Documentation

always_inline void* clib_mem_vm_alloc ( uword  size)

Definition at line 45 of file vm_unix.h.

always_inline void clib_mem_vm_free ( void addr,
uword  size 
)

Definition at line 61 of file vm_unix.h.

always_inline void* clib_mem_vm_map ( void addr,
uword  size 
)

Definition at line 80 of file vm_unix.h.

always_inline void* clib_mem_vm_unmap ( void addr,
uword  size 
)

Definition at line 64 of file vm_unix.h.