is any virtual address space reserved?

Russ Lewis (spamhole-2001-07-16@deming-os.org)
Fri, 20 Sep 2002 14:08:43 -0700


Is any of a userland application's virtual address space reserved?
Certainly, some memory is used at startup: the code is loaded into some
of the virtual space, as well as the stack. There needs to always be
enough space for the stack to grow as necessary. But is any of the
space actually marked off as "reserved"? If we just mmap'ed the same
file over and over again, could we fill the 4Gb address space with
identical mappings, or would we run out?

Russ

--
The Villagers are Online! villagersonline.com

.[ (the fox.(quick,brown)) jumped.over(the dog.lazy) ] .[ (a version.of(English).(precise.more)) is(possible) ] ?[ you want.to(help(develop(it))) ]

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/