[patch-2.3.40-pre6] kzalloc() (ala kmem_zalloc() of SVR4)
Jeremy Fitzhardinge
jeremy en goop.org
Lun Ene 24 01:06:52 CST 2000
On 23-Jan-00 Horst von Brand wrote:
> What pages would you clear? Linux uses every bit of memory it gets its
> hands on, and pages that are written out stay around in case their contents
> are needed later. So I see very little oportunity for scavenging pages for
> zeroing (perhaps just stuff that went to closed/unmounted filesystems).
All the private pages (data, bss, stack) from dead processes are good
candidates for zeroing, particularly since you need zeroed pages anyway for
zfod mappings. The big problem with background zeroing is that it trashes
useful stuff in the cache, but some architectures (at least the PPC) let you
lock down the cache while you scribble.
J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Más información sobre la lista de distribución Ayuda