Results 1 to 1 of 1
I'm trying to re-write hugetlb.c functions alloc_fresh_huge_page to allocate 2MB as block to my memory file system. But it looks like it only allocate virtual memory space, not really allocate ...
- 11-13-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 1
Hugepage allocation
I'm trying to re-write hugetlb.c functions alloc_fresh_huge_page to allocate 2MB as block to my memory file system. But it looks like it only allocate virtual memory space, not really allocate physical page. Does somebody help on this? Can this function allocate physical page?


Reply With Quote