From e9204643432332d56748aca3d58929a71f1c7831 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Fri, 21 May 2010 16:25:59 -0400 Subject: [PATCH] Some information about vmalloc. --- 09memory/memory | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1