Xref: utzoo comp.lang.c:25003 comp.unix.wizards:20093 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!think!snorkelwacker!apple!rutgers!mcnc!rti!h-three!ned From: ned@h-three.UUCP (ned) Newsgroups: comp.lang.c,comp.unix.wizards Subject: memory allocation package wanted Message-ID: <758@h-three.UUCP> Date: 10 Jan 90 19:58:50 GMT Organization: h-three Systems, Research Triangle Park, NC Lines: 18 I'm developing a device driver that requires varying amounts of shared memory to be dynamically allocated and deallocated. I'm looking for a public domain memory allocation package which is functionally equivalent to malloc, but is designed so that buffer information (pointers, flags, etc.) are maintained in an area that is separate from the arena itself (i.e. does not use a linked list as malloc classic does). My particular application requires that memory be allocated at interrupt level, so critical sections of code need to be fast and few. Can anyone help? Thanks. -- Ned Robie uunet!h-three!ned