Xref: utzoo comp.lang.c:25011 comp.unix.wizards:20100 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!rice!uw-beaver!zephyr.ens.tek.com!tektronix!sequent!vandys From: vandys@sequent.UUCP (Andrew Valencia) Newsgroups: comp.lang.c,comp.unix.wizards Subject: Re: memory allocation package wanted Message-ID: <27518@sequent.UUCP> Date: 11 Jan 90 00:40:58 GMT References: <758@h-three.UUCP> Reply-To: vandys@crg2.UUCP (Andrew Valencia) Organization: Sequent Computer Systems, Inc Lines: 13 In article <758@h-three.UUCP> ned@h-three.UUCP (ned) writes: >My particular application requires that memory be allocated at >interrupt level, so critical sections of code need to be >fast and few. Take a look at kern_malloc.c/malloc.h from the 4.3-tahoe distribution. The public portions of it are available on uunet. Although the files are from kernel source, I've successfully converted them into user-level routines also. They contain no AT&T-owned source, so their use is reasonable in other products. Andy Valencia ...!{uunet, sun}!sequent!vandys