Some information about vmalloc.
[cascardo/kernel/slides/.git] / 09memory / memory
index 9a04ca2..5b97567 100644 (file)
 # vmalloc
 
 * Virtual memory with many pages allocated not linearly in the physical space
+* Mapped in a different address range
+* include linux/vmalloc.h
+* vmalloc(size)
+* vfree(addr)
 
 # GFP