38 #ifndef included_vm_linux_kernel_h 39 #define included_vm_linux_kernel_h 41 #include <linux/vmalloc.h> 42 #include <linux/gfp.h> 43 #include <asm/pgtable.h> 49 return vmalloc (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_alloc(uword size)
static void * clib_mem_vm_map(void *addr, uword size)