Date: Mon, 25 Aug 97 09:30:51 -0700 From: "Mike Burgett" <mburgett@awen.com> To: "hackers@freebsd.org" <hackers@freebsd.org> Subject: special malloc needs... Message-ID: <199708251630.JAA18241@dragon.awen.com>
next in thread | raw e-mail | index | archive | help
Is there any way to malloc memory (from userland code) that is at specific offsets from each other in physical memory (i.e. 2 chunks exactly XXM apart in physical RAM) or failing that, to allocate a very large (>32M) chunk of contig physical RAM? (again, from userland?) Browsing the kernel/dd sources, I found contigmalloc, but it doesn't appear to be available in any of the libs... (kernel only?) Thanks, Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708251630.JAA18241>