38 #ifndef included_vm_standalone_h 39 #define included_vm_standalone_h static void * clib_mem_vm_alloc(uword size)
static void clib_mem_vm_free(void *addr, uword size)
static void * clib_mem_vm_map(void *addr, uword size)
static void * clib_mem_vm_unmap(void *addr, uword size)