linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Big memory, no struct page allocation
@ 2002-06-23  8:55 David Chow
  2002-06-23  8:59 ` William Lee Irwin III
  0 siblings, 1 reply; 8+ messages in thread
From: David Chow @ 2002-06-23  8:55 UTC (permalink / raw)
  To: linux-mm

Dear all,

Hi, I've got a silly but serious question. I want to allocate a large 
buffer (>512MB) in kernel. Normally you use __get_free_page and handle 
it with page pointers. But when get to very large (say 1024MB), I will 
need to use 2 level of page pointer indirection to carry the page 
pointer array. I also find the total size of page struct is quite large 
when using lots of pages, what I want is to use memory pages without 
struct page, is this possible? By the way, can I use lots of memory in 
the kernel, something like 1GB of memory allocation when physically RAM 
available? Please give advise. Thanks.

regards,
David

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-07-03 16:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-23  8:55 Big memory, no struct page allocation David Chow
2002-06-23  8:59 ` William Lee Irwin III
2002-06-23 15:31   ` David Chow
2002-06-27  1:38     ` William Lee Irwin III
2002-06-30 18:38       ` David Chow
2002-07-01 17:48         ` Rik van Riel
2002-07-02  6:06           ` William Lee Irwin III
2002-07-03 16:16             ` David Chow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox