Subject: shared memory malloc ?
To: None <current-users@netbsd.org>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: current-users
Date: 07/14/1999 19:08:42
Given that NetBSD doesn't support threads and it doesn't look like it will
in the foreseeable future, is there an implementation of malloc() that
uses shared memory ?  If not, could the malloc() that uses mmap() and
/dev/zero be hacked to do this easily ?

Cheers,
Darren