Date: Mon, 8 Jul 1996 09:05:46 -0400 (EDT) From: "Ron G. Minnich" <rminnich@Sarnoff.COM> To: Julian Assange <proff@suburbia.net> Cc: freebsd-hackers@freebsd.org Subject: Re: filemalloc etc. for shared memory between processes Message-ID: <Pine.SUN.3.91.960708090508.18917C-100000@terra> In-Reply-To: <199607072255.IAA05120@suburbia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> I am about to develop one of these myself only a little more complex. > Can anyone give me some advise on how I can force malloc (or equal) to > use only a particular region of memory? i.e so if process1 maintains a > hashed list, complete with string pointers to variable length strings in > the nodes all children will be able to see this list? you mean children as in via fork(), right? rfork will get you a little bit of this. ron
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.960708090508.18917C-100000>