From: Thadeu Lima de Souza Cascardo Date: Fri, 21 May 2010 20:25:59 +0000 (-0400) Subject: Some information about vmalloc. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fkernel%2Fslides%2F.git;a=commitdiff_plain;h=e9204643432332d56748aca3d58929a71f1c7831 Some information about vmalloc. --- diff --git a/09memory/memory b/09memory/memory index 9a04ca2..5b97567 100644 --- a/09memory/memory +++ b/09memory/memory @@ -42,6 +42,10 @@ # 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